Shades of Blue Violet #9F36EA
Tints of Blue Violet #9F36EA
RGB
CMYK
RGB Variations
Color information
#9F36EA (or 0x9F36EA) is known color: Blue Violet. HEX triplet: 9F, 36 and EA. RGB value is (159,54,234). Sum of RGB (Red+Green+Blue) = 159+54+234=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F36EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F36EA is #60C915. Grayscale: #696969. Windows color (decimal): -6342934 or 15349407. OLE color: 15349407.
HSL color Cylindrical-coordinate representation of color #9F36EA: hue angle of 275º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F36EA is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 54 | 234 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.08 |
| HSL | 275º | 0.81% | 0.56% | - |
| HSV(B) | 275º | 0.77% | 0.92% | - |
| XYZ | 30.47 | 15.95 | 79.31 | - |
| YUV | 105.92 | 200.29 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 234 | 0.32 | 0.77 | 0 | 0.08 | 275 | 0.81 | 0.56 |
| Hex | 9F | 36 | EA | 20 | 4D | 0 | 8 | 113 | 51 | 38 |
| Octal | 237 | 66 | 352 | 40 | 115 | 0 | 10 | 423 | 121 | 70 |
| Binary | 10011111 | 110110 | 11101010 | 100000 | 1001101 | 0 | 1000 | 100010011 | 1010001 | 111000 |
Color Harmonies of #9F36EA
Complementary color
Monochromatic Colors of #9F36EA
Black with #9F36EA
Text Example
Text Example
White with #9F36EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F36EA; }
p { color: rgb(159,54,234); }
H1.HeaderClassName
{
color: #9F36EA;
}
.AnyTagClassName
{
color: #9F36EA;
}
</style>
background-color css
<style>
a { background-color: #9F36EA; }
a { background-color: rgb(159,54,234); }
div.DivClassName
{
background-color: #9F36EA;
}
.BgClassName
{
background-color: #9F36EA;
}
</style>
border-color css
<style>
span { border-color: #9F36EA; }
span { border-color: rgb(159,54,234); }
td.TdClassName
{
border-color: #9F36EA;
}
.TagClassName
{
border-color: #9F36EA;
}
</style>