#9B12F6

Color #9B12F6 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9B12F6

Tints of Blue Violet #9B12F6

Color information

#9B12F6 (or 0x9B12F6) is unknown color: approx Blue Violet. HEX triplet: 9B, 12 and F6. RGB value is (155,18,246). Sum of RGB (Red+Green+Blue) = 155+18+246=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 246 (96.48% from 255 or 58.71% from 419); Max value from RGB is 246 - color contains mainly: blue. Hex color #9B12F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B12F6 is #64ED09. Grayscale: #545454. Windows color (decimal): -6614282 or 16126619. OLE color: 16126619.

HSL color Cylindrical-coordinate representation of color #9B12F6: hue angle of 276.05º 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 #9B12F6 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15518246-
CMYK0.370.9300.04
HSL276.05º92.68%51.76%-
HSV(B)276.05º92.68%96.47%-
XYZ30.3714.0588.3-
YUV84.96218.89177.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 18 (7.42% from 255) = 4.30%
BLUE value IS 246 (96.48% from 255) = 58.71%
R=36.99%
G=4.30%
B=58.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal155182460.370.9300.04276.0592.6851.76
Hex9B12F6255D041145d34
Octal23322366451350442413564
Binary100110111001011110110100101101110101001000101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B12F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B12F6;
 }
 .AnyTagClassName
 {
   color: #9B12F6;
 }
</style>
background-color css

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

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

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

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

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

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