Shades of Blue Violet #9F2DEA
Tints of Blue Violet #9F2DEA
RGB
CMYK
RGB Variations
Color information
#9F2DEA (or 0x9F2DEA) is known color: Blue Violet. HEX triplet: 9F, 2D and EA. RGB value is (159,45,234). Sum of RGB (Red+Green+Blue) = 159+45+234=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F2DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2DEA is #60D215. Grayscale: #636363. Windows color (decimal): -6345238 or 15347103. OLE color: 15347103.
HSL color Cylindrical-coordinate representation of color #9F2DEA: hue angle of 276.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F2DEA is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 45 | 234 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.08 |
| HSL | 276.19º | 0.82% | 0.55% | - |
| HSV(B) | 276.19º | 0.81% | 0.92% | - |
| XYZ | 30.09 | 15.19 | 79.19 | - |
| YUV | 100.63 | 203.27 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 234 | 0.32 | 0.81 | 0 | 0.08 | 276.19 | 0.82 | 0.55 |
| Hex | 9F | 2D | EA | 20 | 51 | 0 | 8 | 114 | 52 | 37 |
| Octal | 237 | 55 | 352 | 40 | 121 | 0 | 10 | 424 | 122 | 67 |
| Binary | 10011111 | 101101 | 11101010 | 100000 | 1010001 | 0 | 1000 | 100010100 | 1010010 | 110111 |
Color Harmonies of #9F2DEA
Complementary color
Monochromatic Colors of #9F2DEA
Black with #9F2DEA
Text Example
Text Example
White with #9F2DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2DEA; }
p { color: rgb(159,45,234); }
H1.HeaderClassName
{
color: #9F2DEA;
}
.AnyTagClassName
{
color: #9F2DEA;
}
</style>
background-color css
<style>
a { background-color: #9F2DEA; }
a { background-color: rgb(159,45,234); }
div.DivClassName
{
background-color: #9F2DEA;
}
.BgClassName
{
background-color: #9F2DEA;
}
</style>
border-color css
<style>
span { border-color: #9F2DEA; }
span { border-color: rgb(159,45,234); }
td.TdClassName
{
border-color: #9F2DEA;
}
.TagClassName
{
border-color: #9F2DEA;
}
</style>