Shades of Blue Violet #9F2BEA
Tints of Blue Violet #9F2BEA
RGB
CMYK
RGB Variations
Color information
#9F2BEA (or 0x9F2BEA) is known color: Blue Violet. HEX triplet: 9F, 2B and EA. RGB value is (159,43,234). Sum of RGB (Red+Green+Blue) = 159+43+234=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F2BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2BEA is #60D415. Grayscale: #626262. Windows color (decimal): -6345750 or 15346591. OLE color: 15346591.
HSL color Cylindrical-coordinate representation of color #9F2BEA: hue angle of 276.44º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F2BEA is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 43 | 234 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.08 |
| HSL | 276.44º | 0.82% | 0.54% | - |
| HSV(B) | 276.44º | 0.82% | 0.92% | - |
| XYZ | 30.01 | 15.04 | 79.16 | - |
| YUV | 99.46 | 203.93 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 234 | 0.32 | 0.82 | 0 | 0.08 | 276.44 | 0.82 | 0.54 |
| Hex | 9F | 2B | EA | 20 | 52 | 0 | 8 | 114 | 52 | 36 |
| Octal | 237 | 53 | 352 | 40 | 122 | 0 | 10 | 424 | 122 | 66 |
| Binary | 10011111 | 101011 | 11101010 | 100000 | 1010010 | 0 | 1000 | 100010100 | 1010010 | 110110 |
Color Harmonies of #9F2BEA
Complementary color
Monochromatic Colors of #9F2BEA
Black with #9F2BEA
Text Example
Text Example
White with #9F2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2BEA; }
p { color: rgb(159,43,234); }
H1.HeaderClassName
{
color: #9F2BEA;
}
.AnyTagClassName
{
color: #9F2BEA;
}
</style>
background-color css
<style>
a { background-color: #9F2BEA; }
a { background-color: rgb(159,43,234); }
div.DivClassName
{
background-color: #9F2BEA;
}
.BgClassName
{
background-color: #9F2BEA;
}
</style>
border-color css
<style>
span { border-color: #9F2BEA; }
span { border-color: rgb(159,43,234); }
td.TdClassName
{
border-color: #9F2BEA;
}
.TagClassName
{
border-color: #9F2BEA;
}
</style>