Shades of Blue Violet #9636FF
Tints of Blue Violet #9636FF
RGB
CMYK
RGB Variations
Color information
#9636FF (or 0x9636FF) is known color: Blue Violet. HEX triplet: 96, 36 and FF. RGB value is (150,54,255). Sum of RGB (Red+Green+Blue) = 150+54+255=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #9636FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9636FF is #69C900. Grayscale: #686868. Windows color (decimal): -6932737 or 16725654. OLE color: 16725654.
HSL color Cylindrical-coordinate representation of color #9636FF: hue angle of 268.66º 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 #9636FF is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 54 | 255 | - |
| CMYK | 0.41 | 0.79 | 0 | 0 |
| HSL | 268.66º | 1% | 0.61% | - |
| HSV(B) | 268.66º | 0.79% | 1% | - |
| XYZ | 31.95 | 16.34 | 96.08 | - |
| YUV | 105.62 | 212.3 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 255 | 0.41 | 0.79 | 0 | 0 | 268.66 | 1 | 0.61 |
| Hex | 96 | 36 | FF | 29 | 4F | 0 | 0 | 10D | 64 | 3D |
| Octal | 226 | 66 | 377 | 51 | 117 | 0 | 0 | 415 | 144 | 75 |
| Binary | 10010110 | 110110 | 11111111 | 101001 | 1001111 | 0 | 0 | 100001101 | 1100100 | 111101 |
Color Harmonies of #9636FF
Complementary color
Monochromatic Colors of #9636FF
Black with #9636FF
Text Example
Text Example
White with #9636FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9636FF; }
p { color: rgb(150,54,255); }
H1.HeaderClassName
{
color: #9636FF;
}
.AnyTagClassName
{
color: #9636FF;
}
</style>
background-color css
<style>
a { background-color: #9636FF; }
a { background-color: rgb(150,54,255); }
div.DivClassName
{
background-color: #9636FF;
}
.BgClassName
{
background-color: #9636FF;
}
</style>
border-color css
<style>
span { border-color: #9636FF; }
span { border-color: rgb(150,54,255); }
td.TdClassName
{
border-color: #9636FF;
}
.TagClassName
{
border-color: #9636FF;
}
</style>