Shades of Blue Violet #9535FE
Tints of Blue Violet #9535FE
RGB
CMYK
RGB Variations
Color information
#9535FE (or 0x9535FE) is known color: Blue Violet. HEX triplet: 95, 35 and FE. RGB value is (149,53,254). Sum of RGB (Red+Green+Blue) = 149+53+254=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 53 (21.09% from 255 or 11.62% 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 #9535FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9535FE is #6ACA01. Grayscale: #676767. Windows color (decimal): -6998530 or 16659861. OLE color: 16659861.
HSL color Cylindrical-coordinate representation of color #9535FE: hue angle of 268.66º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9535FE is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 53 | 254 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.00 |
| HSL | 268.66º | 0.99% | 0.6% | - |
| HSV(B) | 268.66º | 0.79% | 1% | - |
| XYZ | 31.56 | 16.09 | 95.21 | - |
| YUV | 104.62 | 212.3 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 254 | 0.41 | 0.79 | 0 | 0.00 | 268.66 | 0.99 | 0.6 |
| Hex | 95 | 35 | FE | 29 | 4F | 0 | 0 | 10D | 63 | 3C |
| Octal | 225 | 65 | 376 | 51 | 117 | 0 | 0 | 415 | 143 | 74 |
| Binary | 10010101 | 110101 | 11111110 | 101001 | 1001111 | 0 | 0 | 100001101 | 1100011 | 111100 |
Color Harmonies of #9535FE
Complementary color
Monochromatic Colors of #9535FE
Black with #9535FE
Text Example
Text Example
White with #9535FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9535FE; }
p { color: rgb(149,53,254); }
H1.HeaderClassName
{
color: #9535FE;
}
.AnyTagClassName
{
color: #9535FE;
}
</style>
background-color css
<style>
a { background-color: #9535FE; }
a { background-color: rgb(149,53,254); }
div.DivClassName
{
background-color: #9535FE;
}
.BgClassName
{
background-color: #9535FE;
}
</style>
border-color css
<style>
span { border-color: #9535FE; }
span { border-color: rgb(149,53,254); }
td.TdClassName
{
border-color: #9535FE;
}
.TagClassName
{
border-color: #9535FE;
}
</style>