Shades of Blue Violet #9936FE
Tints of Blue Violet #9936FE
RGB
CMYK
RGB Variations
Color information
#9936FE (or 0x9936FE) is known color: Blue Violet. HEX triplet: 99, 36 and FE. RGB value is (153,54,254). Sum of RGB (Red+Green+Blue) = 153+54+254=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #9936FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9936FE is #66C901. Grayscale: #696969. Windows color (decimal): -6736130 or 16660121. OLE color: 16660121.
HSL color Cylindrical-coordinate representation of color #9936FE: hue angle of 269.7º 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 #9936FE is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 54 | 254 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.00 |
| HSL | 269.7º | 0.99% | 0.6% | - |
| HSV(B) | 269.7º | 0.79% | 1% | - |
| XYZ | 32.35 | 16.57 | 95.26 | - |
| YUV | 106.4 | 211.3 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 254 | 0.40 | 0.79 | 0 | 0.00 | 269.7 | 0.99 | 0.6 |
| Hex | 99 | 36 | FE | 28 | 4F | 0 | 0 | 10E | 63 | 3C |
| Octal | 231 | 66 | 376 | 50 | 117 | 0 | 0 | 416 | 143 | 74 |
| Binary | 10011001 | 110110 | 11111110 | 101000 | 1001111 | 0 | 0 | 100001110 | 1100011 | 111100 |
Color Harmonies of #9936FE
Complementary color
Monochromatic Colors of #9936FE
Black with #9936FE
Text Example
Text Example
White with #9936FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9936FE; }
p { color: rgb(153,54,254); }
H1.HeaderClassName
{
color: #9936FE;
}
.AnyTagClassName
{
color: #9936FE;
}
</style>
background-color css
<style>
a { background-color: #9936FE; }
a { background-color: rgb(153,54,254); }
div.DivClassName
{
background-color: #9936FE;
}
.BgClassName
{
background-color: #9936FE;
}
</style>
border-color css
<style>
span { border-color: #9936FE; }
span { border-color: rgb(153,54,254); }
td.TdClassName
{
border-color: #9936FE;
}
.TagClassName
{
border-color: #9936FE;
}
</style>