#9809CB

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

Shades of Dark Violet #9809CB

Tints of Dark Violet #9809CB

Color information

#9809CB (or 0x9809CB) is unknown color: approx Dark Violet. HEX triplet: 98, 09 and CB. RGB value is (152,9,203). Sum of RGB (Red+Green+Blue) = 152+9+203=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #9809CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9809CB is #67F634. Grayscale: #494949. Windows color (decimal): -6813237 or 13306264. OLE color: 13306264.

HSL color Cylindrical-coordinate representation of color #9809CB: hue angle of 284.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9809CB is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1529203-
CMYK0.250.9600.20
HSL284.23º91.51%41.57%-
HSV(B)284.23º95.57%79.61%-
XYZ23.8311.1857.4-
YUV73.87200.88183.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 9 (3.91% from 255) = 2.47%
BLUE value IS 203 (79.69% from 255) = 55.77%
R=41.76%
G=2.47%
B=55.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15292030.250.9600.20284.2391.5141.57
Hex989CB196001411c5c2a
Octal230113133114002443413452
Binary100110001001110010111100111000000101001000111001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9809CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9809CB; }

 p { color: rgb(152,9,203); }

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

<style>
 a { background-color: #9809CB; }

 a { background-color: rgb(152,9,203); }

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

<style>
 span { border-color: #9809CB; }

 span { border-color: rgb(152,9,203); }

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