Shades of Blue Violet #9634FE
Tints of Blue Violet #9634FE
RGB
CMYK
RGB Variations
Color information
#9634FE (or 0x9634FE) is known color: Blue Violet. HEX triplet: 96, 34 and FE. RGB value is (150,52,254). Sum of RGB (Red+Green+Blue) = 150+52+254=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #9634FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9634FE is #69CB01. Grayscale: #676767. Windows color (decimal): -6933250 or 16659606. OLE color: 16659606.
HSL color Cylindrical-coordinate representation of color #9634FE: hue angle of 269.11º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9634FE is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 52 | 254 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.00 |
| HSL | 269.11º | 0.99% | 0.6% | - |
| HSV(B) | 269.11º | 0.8% | 1% | - |
| XYZ | 31.7 | 16.1 | 95.2 | - |
| YUV | 104.33 | 212.47 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 254 | 0.41 | 0.80 | 0 | 0.00 | 269.11 | 0.99 | 0.6 |
| Hex | 96 | 34 | FE | 29 | 50 | 0 | 0 | 10D | 63 | 3C |
| Octal | 226 | 64 | 376 | 51 | 120 | 0 | 0 | 415 | 143 | 74 |
| Binary | 10010110 | 110100 | 11111110 | 101001 | 1010000 | 0 | 0 | 100001101 | 1100011 | 111100 |
Color Harmonies of #9634FE
Complementary color
Monochromatic Colors of #9634FE
Black with #9634FE
Text Example
Text Example
White with #9634FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9634FE; }
p { color: rgb(150,52,254); }
H1.HeaderClassName
{
color: #9634FE;
}
.AnyTagClassName
{
color: #9634FE;
}
</style>
background-color css
<style>
a { background-color: #9634FE; }
a { background-color: rgb(150,52,254); }
div.DivClassName
{
background-color: #9634FE;
}
.BgClassName
{
background-color: #9634FE;
}
</style>
border-color css
<style>
span { border-color: #9634FE; }
span { border-color: rgb(150,52,254); }
td.TdClassName
{
border-color: #9634FE;
}
.TagClassName
{
border-color: #9634FE;
}
</style>