Shades of Blue Violet #9533FE
Tints of Blue Violet #9533FE
RGB
CMYK
RGB Variations
Color information
#9533FE (or 0x9533FE) is known color: Blue Violet. HEX triplet: 95, 33 and FE. RGB value is (149,51,254). Sum of RGB (Red+Green+Blue) = 149+51+254=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #9533FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9533FE is #6ACC01. Grayscale: #666666. Windows color (decimal): -6999042 or 16659349. OLE color: 16659349.
HSL color Cylindrical-coordinate representation of color #9533FE: hue angle of 268.97º 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 #9533FE is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 51 | 254 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.00 |
| HSL | 268.97º | 0.99% | 0.6% | - |
| HSV(B) | 268.97º | 0.8% | 1% | - |
| XYZ | 31.47 | 15.91 | 95.18 | - |
| YUV | 103.44 | 212.97 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 254 | 0.41 | 0.80 | 0 | 0.00 | 268.97 | 0.99 | 0.6 |
| Hex | 95 | 33 | FE | 29 | 50 | 0 | 0 | 10D | 63 | 3C |
| Octal | 225 | 63 | 376 | 51 | 120 | 0 | 0 | 415 | 143 | 74 |
| Binary | 10010101 | 110011 | 11111110 | 101001 | 1010000 | 0 | 0 | 100001101 | 1100011 | 111100 |
Color Harmonies of #9533FE
Complementary color
Monochromatic Colors of #9533FE
Black with #9533FE
Text Example
Text Example
White with #9533FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9533FE; }
p { color: rgb(149,51,254); }
H1.HeaderClassName
{
color: #9533FE;
}
.AnyTagClassName
{
color: #9533FE;
}
</style>
background-color css
<style>
a { background-color: #9533FE; }
a { background-color: rgb(149,51,254); }
div.DivClassName
{
background-color: #9533FE;
}
.BgClassName
{
background-color: #9533FE;
}
</style>
border-color css
<style>
span { border-color: #9533FE; }
span { border-color: rgb(149,51,254); }
td.TdClassName
{
border-color: #9533FE;
}
.TagClassName
{
border-color: #9533FE;
}
</style>