Shades of Blue Violet #9637FE
Tints of Blue Violet #9637FE
RGB
CMYK
RGB Variations
Color information
#9637FE (or 0x9637FE) is known color: Blue Violet. HEX triplet: 96, 37 and FE. RGB value is (150,55,254). Sum of RGB (Red+Green+Blue) = 150+55+254=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #9637FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9637FE is #69C801. Grayscale: #696969. Windows color (decimal): -6932482 or 16660374. OLE color: 16660374.
HSL color Cylindrical-coordinate representation of color #9637FE: hue angle of 268.64º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9637FE is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 55 | 254 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.00 |
| HSL | 268.64º | 0.99% | 0.61% | - |
| HSV(B) | 268.64º | 0.78% | 1% | - |
| XYZ | 31.83 | 16.37 | 95.25 | - |
| YUV | 106.09 | 211.47 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 254 | 0.41 | 0.78 | 0 | 0.00 | 268.64 | 0.99 | 0.61 |
| Hex | 96 | 37 | FE | 29 | 4E | 0 | 0 | 10D | 63 | 3D |
| Octal | 226 | 67 | 376 | 51 | 116 | 0 | 0 | 415 | 143 | 75 |
| Binary | 10010110 | 110111 | 11111110 | 101001 | 1001110 | 0 | 0 | 100001101 | 1100011 | 111101 |
Color Harmonies of #9637FE
Complementary color
Monochromatic Colors of #9637FE
Black with #9637FE
Text Example
Text Example
White with #9637FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637FE; }
p { color: rgb(150,55,254); }
H1.HeaderClassName
{
color: #9637FE;
}
.AnyTagClassName
{
color: #9637FE;
}
</style>
background-color css
<style>
a { background-color: #9637FE; }
a { background-color: rgb(150,55,254); }
div.DivClassName
{
background-color: #9637FE;
}
.BgClassName
{
background-color: #9637FE;
}
</style>
border-color css
<style>
span { border-color: #9637FE; }
span { border-color: rgb(150,55,254); }
td.TdClassName
{
border-color: #9637FE;
}
.TagClassName
{
border-color: #9637FE;
}
</style>