#9F00CC

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

Shades of Dark Violet #9F00CC

Tints of Dark Violet #9F00CC

Color information

#9F00CC (or 0x9F00CC) is unknown color: approx Dark Violet. HEX triplet: 9F, 00 and CC. RGB value is (159,0,204). Sum of RGB (Red+Green+Blue) = 159+0+204=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F00CC is #60FF33. Grayscale: #464646. Windows color (decimal): -6356788 or 13369503. OLE color: 13369503.

HSL color Cylindrical-coordinate representation of color #9F00CC: hue angle of 286.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00CC is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1590204-
CMYK0.22100.2
HSL286.76º100%40%-
HSV(B)286.76º100%80%-
XYZ25.211.7358.06-
YUV70.8203.18190.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 56.20%
R=43.80%
G=0%
B=56.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal15902040.22100.2286.7610040
Hex9F0CC166401411f6428
Octal23703142614402443714450
Binary100111110110011001011011001000101001000111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F00CC; }

 p { color: rgb(159,0,204); }

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

<style>
 a { background-color: #9F00CC; }

 a { background-color: rgb(159,0,204); }

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

<style>
 span { border-color: #9F00CC; }

 span { border-color: rgb(159,0,204); }

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