#9805BE

Color #9805BE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9805BE

Tints of Dark Violet #9805BE

Color information

#9805BE (or 0x9805BE) is unknown color: approx Dark Violet. HEX triplet: 98, 05 and BE. RGB value is (152,5,190). Sum of RGB (Red+Green+Blue) = 152+5+190=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #9805BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9805BE is #67FA41. Grayscale: #454545. Windows color (decimal): -6814274 or 12453272. OLE color: 12453272.

HSL color Cylindrical-coordinate representation of color #9805BE: hue angle of 287.68º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9805BE is Cyan = 0.2, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1525190-
CMYK0.20.9700.25
HSL287.68º94.87%38.24%-
HSV(B)287.68º97.37%74.51%-
XYZ22.310.549.57-
YUV70.04195.7186.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 5 (2.34% from 255) = 1.44%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=43.80%
G=1.44%
B=54.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15251900.20.9700.25287.6894.8738.24
Hex985BE14610191205f26
Octal23052762414103144013746
Binary10011000101101111101010011000010110011001000001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9805BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9805BE; }

 p { color: rgb(152,5,190); }

 H1.HeaderClassName
 {
   color: #9805BE;
 }
 .AnyTagClassName
 {
   color: #9805BE;
 }
</style>
background-color css

<style>
 a { background-color: #9805BE; }

 a { background-color: rgb(152,5,190); }

 div.DivClassName
 {
   background-color: #9805BE;
 }
 .BgClassName
 {
   background-color: #9805BE;
 }
</style>
border-color css

<style>
 span { border-color: #9805BE; }

 span { border-color: rgb(152,5,190); }

 td.TdClassName
 {
   border-color: #9805BE;
 }
 .TagClassName
 {
   border-color: #9805BE;
 }
</style>