Html Css Color HEX #9F12EF Dark Violet

📋 copy color: '#9F12EF'

red 159 ◦ green 18 ◦ blue 239

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

Shades of Dark Violet #9F12EF

Tints of Dark Violet #9F12EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.45%

R = 38.22%
G = 4.33%
B = 57.45%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F12EF (or 0x9F12EF) is known color: Dark Violet. HEX triplet: 9F, 12 and EF. RGB value is (159,18,239). Sum of RGB (Red+Green+Blue) = 159+18+239=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F12EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F12EF is #60ED10. Grayscale: #545454. Windows color (decimal): -6352145 or 15667871. OLE color: 15667871.

HSL color Cylindrical-coordinate representation of color #9F12EF: hue angle of 278.28º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F12EF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 18 239 -
CMYK 0.33 0.92 0 0.06
HSL 278.28º 0.87% 0.5% -
HSV(B) 278.28º 0.92% 0.94% -
XYZ 30.09 14.04 82.78 -
YUV 85.35 214.71 180.53 -
System Red Green Blue C M Y K H S L
Decimal 159 18 239 0.33 0.92 0 0.06 278.28 0.87 0.5
Hex 9F 12 EF 21 5C 0 6 116 57 32
Octal 237 22 357 41 134 0 6 426 127 62
Binary 10011111 10010 11101111 100001 1011100 0 110 100010110 1010111 110010

Color Harmonies of #9F12EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F12EF

Black with #9F12EF

Text Example


Text Example

White with #9F12EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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