Html Css Color HEX #9F0CCB Dark Violet

📋 copy color: '#9F0CCB'

red 159 ◦ green 12 ◦ blue 203

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

Shades of Dark Violet #9F0CCB

Tints of Dark Violet #9F0CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.21%

 BLUE value IS 203 (79.69% from 255) = 54.28%

R = 42.51%
G = 3.21%
B = 54.28%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F0CCB (or 0x9F0CCB) is known color: Dark Violet. HEX triplet: 9F, 0C and CB. RGB value is (159,12,203). Sum of RGB (Red+Green+Blue) = 159+12+203=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F0CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CCB is #60F334. Grayscale: #4D4D4D. Windows color (decimal): -6353717 or 13307039. OLE color: 13307039.

HSL color Cylindrical-coordinate representation of color #9F0CCB: hue angle of 286.18º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0CCB is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 12 203 -
CMYK 0.22 0.94 0 0.20
HSL 286.18º 0.89% 0.42% -
HSV(B) 286.18º 0.94% 0.8% -
XYZ 25.21 11.95 57.48 -
YUV 77.73 198.7 185.97 -
System Red Green Blue C M Y K H S L
Decimal 159 12 203 0.22 0.94 0 0.20 286.18 0.89 0.42
Hex 9F C CB 16 5E 0 14 11E 59 2A
Octal 237 14 313 26 136 0 24 436 131 52
Binary 10011111 1100 11001011 10110 1011110 0 10100 100011110 1011001 101010

Color Harmonies of #9F0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0CCB

Black with #9F0CCB

Text Example


Text Example

White with #9F0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,12,203); }

 H1.HeaderClassName
 {
   color: #9F0CCB;
 }
 .AnyTagClassName
 {
   color: #9F0CCB;
 }
</style>

background-color css

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

 a { background-color: rgb(159,12,203); }

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

border-color css

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

 span { border-color: rgb(159,12,203); }

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