Shades of Blue Violet #9F36FF
Tints of Blue Violet #9F36FF
RGB
CMYK
RGB Variations
Color information
#9F36FF (or 0x9F36FF) is known color: Blue Violet. HEX triplet: 9F, 36 and FF. RGB value is (159,54,255). Sum of RGB (Red+Green+Blue) = 159+54+255=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F36FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F36FF is #60C900. Grayscale: #6B6B6B. Windows color (decimal): -6342913 or 16725663. OLE color: 16725663.
HSL color Cylindrical-coordinate representation of color #9F36FF: hue angle of 271.34º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F36FF is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 54 | 255 | - |
| CMYK | 0.38 | 0.79 | 0 | 0 |
| HSL | 271.34º | 1% | 0.61% | - |
| HSV(B) | 271.34º | 0.79% | 1% | - |
| XYZ | 33.67 | 17.23 | 96.16 | - |
| YUV | 108.31 | 210.79 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 255 | 0.38 | 0.79 | 0 | 0 | 271.34 | 1 | 0.61 |
| Hex | 9F | 36 | FF | 26 | 4F | 0 | 0 | 10F | 64 | 3D |
| Octal | 237 | 66 | 377 | 46 | 117 | 0 | 0 | 417 | 144 | 75 |
| Binary | 10011111 | 110110 | 11111111 | 100110 | 1001111 | 0 | 0 | 100001111 | 1100100 | 111101 |
Color Harmonies of #9F36FF
Complementary color
Monochromatic Colors of #9F36FF
Black with #9F36FF
Text Example
Text Example
White with #9F36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F36FF; }
p { color: rgb(159,54,255); }
H1.HeaderClassName
{
color: #9F36FF;
}
.AnyTagClassName
{
color: #9F36FF;
}
</style>
background-color css
<style>
a { background-color: #9F36FF; }
a { background-color: rgb(159,54,255); }
div.DivClassName
{
background-color: #9F36FF;
}
.BgClassName
{
background-color: #9F36FF;
}
</style>
border-color css
<style>
span { border-color: #9F36FF; }
span { border-color: rgb(159,54,255); }
td.TdClassName
{
border-color: #9F36FF;
}
.TagClassName
{
border-color: #9F36FF;
}
</style>