Html Css Color HEX #9F00CC Dark Violet

📋 copy color: '#9F00CC'

red 159 ◦ green 0 ◦ blue 204

#9F00CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9F00CC

Tints of Dark Violet #9F00CC

RGB

 RED value IS 159 (62.5% from 255) = 43.8%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 43.8%
G = 0%
B = 56.2%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F00CC (or 0x9F00CC) is known color: 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

RGB 159 0 204 -
CMYK 0.22 1 0 0.2
HSL 286.76º 1% 0.4% -
HSV(B) 286.76º 1% 0.8% -
XYZ 25.2 11.73 58.06 -
YUV 70.8 203.18 190.91 -
System Red Green Blue C M Y K H S L
Decimal 159 0 204 0.22 1 0 0.2 286.76 1 0.4
Hex 9F 0 CC 16 64 0 14 11F 64 28
Octal 237 0 314 26 144 0 24 437 144 50
Binary 10011111 0 11001100 10110 1100100 0 10100 100011111 1100100 101000

Color Harmonies of #9F00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F00CC

Black with #9F00CC

Text Example


Text Example

White with #9F00CC

Text Example


Text Example

HTML Codes & Css Web 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>