Shades of Blue Violet #9933E0
Tints of Blue Violet #9933E0
RGB
CMYK
RGB Variations
Color information
#9933E0 (or 0x9933E0) is known color: Blue Violet. HEX triplet: 99, 33 and E0. RGB value is (153,51,224). Sum of RGB (Red+Green+Blue) = 153+51+224=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #9933E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9933E0 is #66CC1F. Grayscale: #646464. Windows color (decimal): -6736928 or 14693273. OLE color: 14693273.
HSL color Cylindrical-coordinate representation of color #9933E0: hue angle of 275.38º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9933E0 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 51 | 224 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.12 |
| HSL | 275.38º | 0.74% | 0.54% | - |
| HSV(B) | 275.38º | 0.77% | 0.88% | - |
| XYZ | 27.78 | 14.52 | 71.86 | - |
| YUV | 101.22 | 197.29 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 224 | 0.32 | 0.77 | 0 | 0.12 | 275.38 | 0.74 | 0.54 |
| Hex | 99 | 33 | E0 | 20 | 4D | 0 | C | 113 | 4A | 36 |
| Octal | 231 | 63 | 340 | 40 | 115 | 0 | 14 | 423 | 112 | 66 |
| Binary | 10011001 | 110011 | 11100000 | 100000 | 1001101 | 0 | 1100 | 100010011 | 1001010 | 110110 |
Color Harmonies of #9933E0
Complementary color
Monochromatic Colors of #9933E0
Black with #9933E0
Text Example
Text Example
White with #9933E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9933E0; }
p { color: rgb(153,51,224); }
H1.HeaderClassName
{
color: #9933E0;
}
.AnyTagClassName
{
color: #9933E0;
}
</style>
background-color css
<style>
a { background-color: #9933E0; }
a { background-color: rgb(153,51,224); }
div.DivClassName
{
background-color: #9933E0;
}
.BgClassName
{
background-color: #9933E0;
}
</style>
border-color css
<style>
span { border-color: #9933E0; }
span { border-color: rgb(153,51,224); }
td.TdClassName
{
border-color: #9933E0;
}
.TagClassName
{
border-color: #9933E0;
}
</style>