Html Css Color HEX #9F12CB Dark Violet

📋 copy color: '#9F12CB'

red 159 ◦ green 18 ◦ blue 203

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

Shades of Dark Violet #9F12CB

Tints of Dark Violet #9F12CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.74%

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

R = 41.84%
G = 4.74%
B = 53.42%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F12CB (or 0x9F12CB) is known color: Dark Violet. HEX triplet: 9F, 12 and CB. RGB value is (159,18,203). Sum of RGB (Red+Green+Blue) = 159+18+203=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F12CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F12CB is #60ED34. Grayscale: #505050. Windows color (decimal): -6352181 or 13308575. OLE color: 13308575.

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

Color convert

RGB 159 18 203 -
CMYK 0.22 0.91 0 0.20
HSL 285.73º 0.84% 0.43% -
HSV(B) 285.73º 0.91% 0.8% -
XYZ 25.29 12.12 57.51 -
YUV 81.25 196.71 183.46 -
System Red Green Blue C M Y K H S L
Decimal 159 18 203 0.22 0.91 0 0.20 285.73 0.84 0.43
Hex 9F 12 CB 16 5B 0 14 11E 54 2B
Octal 237 22 313 26 133 0 24 436 124 53
Binary 10011111 10010 11001011 10110 1011011 0 10100 100011110 1010100 101011

Color Harmonies of #9F12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F12CB

Black with #9F12CB

Text Example


Text Example

White with #9F12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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