Shades of Blue Violet #9F2AFC
Tints of Blue Violet #9F2AFC
RGB
CMYK
RGB Variations
Color information
#9F2AFC (or 0x9F2AFC) is known color: Blue Violet. HEX triplet: 9F, 2A and FC. RGB value is (159,42,252). Sum of RGB (Red+Green+Blue) = 159+42+252=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F2AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2AFC is #60D503. Grayscale: #646464. Windows color (decimal): -6345988 or 16525983. OLE color: 16525983.
HSL color Cylindrical-coordinate representation of color #9F2AFC: hue angle of 273.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F2AFC is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 42 | 252 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.01 |
| HSL | 273.43º | 0.97% | 0.58% | - |
| HSV(B) | 273.43º | 0.83% | 0.99% | - |
| XYZ | 32.7 | 16.06 | 93.47 | - |
| YUV | 100.92 | 213.26 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 252 | 0.37 | 0.83 | 0 | 0.01 | 273.43 | 0.97 | 0.58 |
| Hex | 9F | 2A | FC | 25 | 53 | 0 | 1 | 111 | 61 | 3A |
| Octal | 237 | 52 | 374 | 45 | 123 | 0 | 1 | 421 | 141 | 72 |
| Binary | 10011111 | 101010 | 11111100 | 100101 | 1010011 | 0 | 1 | 100010001 | 1100001 | 111010 |
Color Harmonies of #9F2AFC
Complementary color
Monochromatic Colors of #9F2AFC
Black with #9F2AFC
Text Example
Text Example
White with #9F2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2AFC; }
p { color: rgb(159,42,252); }
H1.HeaderClassName
{
color: #9F2AFC;
}
.AnyTagClassName
{
color: #9F2AFC;
}
</style>
background-color css
<style>
a { background-color: #9F2AFC; }
a { background-color: rgb(159,42,252); }
div.DivClassName
{
background-color: #9F2AFC;
}
.BgClassName
{
background-color: #9F2AFC;
}
</style>
border-color css
<style>
span { border-color: #9F2AFC; }
span { border-color: rgb(159,42,252); }
td.TdClassName
{
border-color: #9F2AFC;
}
.TagClassName
{
border-color: #9F2AFC;
}
</style>