Shades of Blue Violet #9637FF
Tints of Blue Violet #9637FF
RGB
CMYK
RGB Variations
Color information
#9637FF (or 0x9637FF) is known color: Blue Violet. HEX triplet: 96, 37 and FF. RGB value is (150,55,255). Sum of RGB (Red+Green+Blue) = 150+55+255=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #9637FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9637FF is #69C800. Grayscale: #696969. Windows color (decimal): -6932481 or 16725910. OLE color: 16725910.
HSL color Cylindrical-coordinate representation of color #9637FF: hue angle of 268.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9637FF is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 55 | 255 | - |
| CMYK | 0.41 | 0.78 | 0 | 0 |
| HSL | 268.5º | 1% | 0.61% | - |
| HSV(B) | 268.5º | 0.78% | 1% | - |
| XYZ | 31.99 | 16.44 | 96.09 | - |
| YUV | 106.21 | 211.97 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 255 | 0.41 | 0.78 | 0 | 0 | 268.5 | 1 | 0.61 |
| Hex | 96 | 37 | FF | 29 | 4E | 0 | 0 | 10C | 64 | 3D |
| Octal | 226 | 67 | 377 | 51 | 116 | 0 | 0 | 414 | 144 | 75 |
| Binary | 10010110 | 110111 | 11111111 | 101001 | 1001110 | 0 | 0 | 100001100 | 1100100 | 111101 |
Color Harmonies of #9637FF
Complementary color
Monochromatic Colors of #9637FF
Black with #9637FF
Text Example
Text Example
White with #9637FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637FF; }
p { color: rgb(150,55,255); }
H1.HeaderClassName
{
color: #9637FF;
}
.AnyTagClassName
{
color: #9637FF;
}
</style>
background-color css
<style>
a { background-color: #9637FF; }
a { background-color: rgb(150,55,255); }
div.DivClassName
{
background-color: #9637FF;
}
.BgClassName
{
background-color: #9637FF;
}
</style>
border-color css
<style>
span { border-color: #9637FF; }
span { border-color: rgb(150,55,255); }
td.TdClassName
{
border-color: #9637FF;
}
.TagClassName
{
border-color: #9637FF;
}
</style>