Shades of Blue Violet #9536FF
Tints of Blue Violet #9536FF
RGB
CMYK
RGB Variations
Color information
#9536FF (or 0x9536FF) is known color: Blue Violet. HEX triplet: 95, 36 and FF. RGB value is (149,54,255). Sum of RGB (Red+Green+Blue) = 149+54+255=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #9536FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9536FF is #6AC900. Grayscale: #686868. Windows color (decimal): -6998273 or 16725653. OLE color: 16725653.
HSL color Cylindrical-coordinate representation of color #9536FF: hue angle of 268.36º 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 #9536FF is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 54 | 255 | - |
| CMYK | 0.42 | 0.79 | 0 | 0 |
| HSL | 268.36º | 1% | 0.61% | - |
| HSV(B) | 268.36º | 0.79% | 1% | - |
| XYZ | 31.76 | 16.25 | 96.07 | - |
| YUV | 105.32 | 212.47 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 255 | 0.42 | 0.79 | 0 | 0 | 268.36 | 1 | 0.61 |
| Hex | 95 | 36 | FF | 2A | 4F | 0 | 0 | 10C | 64 | 3D |
| Octal | 225 | 66 | 377 | 52 | 117 | 0 | 0 | 414 | 144 | 75 |
| Binary | 10010101 | 110110 | 11111111 | 101010 | 1001111 | 0 | 0 | 100001100 | 1100100 | 111101 |
Color Harmonies of #9536FF
Complementary color
Monochromatic Colors of #9536FF
Black with #9536FF
Text Example
Text Example
White with #9536FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9536FF; }
p { color: rgb(149,54,255); }
H1.HeaderClassName
{
color: #9536FF;
}
.AnyTagClassName
{
color: #9536FF;
}
</style>
background-color css
<style>
a { background-color: #9536FF; }
a { background-color: rgb(149,54,255); }
div.DivClassName
{
background-color: #9536FF;
}
.BgClassName
{
background-color: #9536FF;
}
</style>
border-color css
<style>
span { border-color: #9536FF; }
span { border-color: rgb(149,54,255); }
td.TdClassName
{
border-color: #9536FF;
}
.TagClassName
{
border-color: #9536FF;
}
</style>