Shades of Blue Violet #9933FE
Tints of Blue Violet #9933FE
RGB
CMYK
RGB Variations
Color information
#9933FE (or 0x9933FE) is known color: Blue Violet. HEX triplet: 99, 33 and FE. RGB value is (153,51,254). Sum of RGB (Red+Green+Blue) = 153+51+254=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #9933FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9933FE is #66CC01. Grayscale: #676767. Windows color (decimal): -6736898 or 16659353. OLE color: 16659353.
HSL color Cylindrical-coordinate representation of color #9933FE: hue angle of 270.15º 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 #9933FE is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 51 | 254 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.00 |
| HSL | 270.15º | 0.99% | 0.6% | - |
| HSV(B) | 270.15º | 0.8% | 1% | - |
| XYZ | 32.21 | 16.3 | 95.21 | - |
| YUV | 104.64 | 212.29 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 254 | 0.40 | 0.80 | 0 | 0.00 | 270.15 | 0.99 | 0.6 |
| Hex | 99 | 33 | FE | 28 | 50 | 0 | 0 | 10E | 63 | 3C |
| Octal | 231 | 63 | 376 | 50 | 120 | 0 | 0 | 416 | 143 | 74 |
| Binary | 10011001 | 110011 | 11111110 | 101000 | 1010000 | 0 | 0 | 100001110 | 1100011 | 111100 |
Color Harmonies of #9933FE
Complementary color
Monochromatic Colors of #9933FE
Black with #9933FE
Text Example
Text Example
White with #9933FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9933FE; }
p { color: rgb(153,51,254); }
H1.HeaderClassName
{
color: #9933FE;
}
.AnyTagClassName
{
color: #9933FE;
}
</style>
background-color css
<style>
a { background-color: #9933FE; }
a { background-color: rgb(153,51,254); }
div.DivClassName
{
background-color: #9933FE;
}
.BgClassName
{
background-color: #9933FE;
}
</style>
border-color css
<style>
span { border-color: #9933FE; }
span { border-color: rgb(153,51,254); }
td.TdClassName
{
border-color: #9933FE;
}
.TagClassName
{
border-color: #9933FE;
}
</style>