Html Css Color HEX #9F12F6 Blue Violet

📋 copy color: '#9F12F6'

red 159 ◦ green 18 ◦ blue 246

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

Shades of Blue Violet #9F12F6

Tints of Blue Violet #9F12F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.16%

R = 37.59%
G = 4.26%
B = 58.16%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9F12F6 (or 0x9F12F6) is known color: Blue Violet. HEX triplet: 9F, 12 and F6. RGB value is (159,18,246). Sum of RGB (Red+Green+Blue) = 159+18+246=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #9F12F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F12F6 is #60ED09. Grayscale: #555555. Windows color (decimal): -6352138 or 16126623. OLE color: 16126623.

HSL color Cylindrical-coordinate representation of color #9F12F6: hue angle of 277.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F12F6 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 18 246 -
CMYK 0.35 0.93 0 0.04
HSL 277.11º 0.93% 0.52% -
HSV(B) 277.11º 0.93% 0.96% -
XYZ 31.15 14.46 88.34 -
YUV 86.15 218.21 179.96 -
System Red Green Blue C M Y K H S L
Decimal 159 18 246 0.35 0.93 0 0.04 277.11 0.93 0.52
Hex 9F 12 F6 23 5D 0 4 115 5D 34
Octal 237 22 366 43 135 0 4 425 135 64
Binary 10011111 10010 11110110 100011 1011101 0 100 100010101 1011101 110100

Color Harmonies of #9F12F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F12F6

Black with #9F12F6

Text Example


Text Example

White with #9F12F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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