Shades of Blue Violet #993EEA
Tints of Blue Violet #993EEA
RGB
CMYK
RGB Variations
Color information
#993EEA (or 0x993EEA) is known color: Blue Violet. HEX triplet: 99, 3E and EA. RGB value is (153,62,234). Sum of RGB (Red+Green+Blue) = 153+62+234=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #993EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EEA is #66C115. Grayscale: #6C6C6C. Windows color (decimal): -6734102 or 15351449. OLE color: 15351449.
HSL color Cylindrical-coordinate representation of color #993EEA: hue angle of 271.74º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993EEA is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 62 | 234 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.08 |
| HSL | 271.74º | 0.8% | 0.58% | - |
| HSV(B) | 271.74º | 0.74% | 0.92% | - |
| XYZ | 29.71 | 16.16 | 79.39 | - |
| YUV | 108.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 234 | 0.35 | 0.74 | 0 | 0.08 | 271.74 | 0.8 | 0.58 |
| Hex | 99 | 3E | EA | 23 | 4A | 0 | 8 | 110 | 50 | 3A |
| Octal | 231 | 76 | 352 | 43 | 112 | 0 | 10 | 420 | 120 | 72 |
| Binary | 10011001 | 111110 | 11101010 | 100011 | 1001010 | 0 | 1000 | 100010000 | 1010000 | 111010 |
Color Harmonies of #993EEA
Complementary color
Monochromatic Colors of #993EEA
Black with #993EEA
Text Example
Text Example
White with #993EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EEA; }
p { color: rgb(153,62,234); }
H1.HeaderClassName
{
color: #993EEA;
}
.AnyTagClassName
{
color: #993EEA;
}
</style>
background-color css
<style>
a { background-color: #993EEA; }
a { background-color: rgb(153,62,234); }
div.DivClassName
{
background-color: #993EEA;
}
.BgClassName
{
background-color: #993EEA;
}
</style>
border-color css
<style>
span { border-color: #993EEA; }
span { border-color: rgb(153,62,234); }
td.TdClassName
{
border-color: #993EEA;
}
.TagClassName
{
border-color: #993EEA;
}
</style>