Shades of Blue Violet #9935FE
Tints of Blue Violet #9935FE
RGB
CMYK
RGB Variations
Color information
#9935FE (or 0x9935FE) is known color: Blue Violet. HEX triplet: 99, 35 and FE. RGB value is (153,53,254). Sum of RGB (Red+Green+Blue) = 153+53+254=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #9935FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9935FE is #66CA01. Grayscale: #696969. Windows color (decimal): -6736386 or 16659865. OLE color: 16659865.
HSL color Cylindrical-coordinate representation of color #9935FE: hue angle of 269.85º 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 #9935FE is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 53 | 254 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.00 |
| HSL | 269.85º | 0.99% | 0.6% | - |
| HSV(B) | 269.85º | 0.79% | 1% | - |
| XYZ | 32.3 | 16.47 | 95.24 | - |
| YUV | 105.81 | 211.63 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 254 | 0.40 | 0.79 | 0 | 0.00 | 269.85 | 0.99 | 0.6 |
| Hex | 99 | 35 | FE | 28 | 4F | 0 | 0 | 10E | 63 | 3C |
| Octal | 231 | 65 | 376 | 50 | 117 | 0 | 0 | 416 | 143 | 74 |
| Binary | 10011001 | 110101 | 11111110 | 101000 | 1001111 | 0 | 0 | 100001110 | 1100011 | 111100 |
Color Harmonies of #9935FE
Complementary color
Monochromatic Colors of #9935FE
Black with #9935FE
Text Example
Text Example
White with #9935FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9935FE; }
p { color: rgb(153,53,254); }
H1.HeaderClassName
{
color: #9935FE;
}
.AnyTagClassName
{
color: #9935FE;
}
</style>
background-color css
<style>
a { background-color: #9935FE; }
a { background-color: rgb(153,53,254); }
div.DivClassName
{
background-color: #9935FE;
}
.BgClassName
{
background-color: #9935FE;
}
</style>
border-color css
<style>
span { border-color: #9935FE; }
span { border-color: rgb(153,53,254); }
td.TdClassName
{
border-color: #9935FE;
}
.TagClassName
{
border-color: #9935FE;
}
</style>