Shades of Blue Violet #993AE0
Tints of Blue Violet #993AE0
RGB
CMYK
RGB Variations
Color information
#993AE0 (or 0x993AE0) is known color: Blue Violet. HEX triplet: 99, 3A and E0. RGB value is (153,58,224). Sum of RGB (Red+Green+Blue) = 153+58+224=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #993AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993AE0 is #66C51F. Grayscale: #686868. Windows color (decimal): -6735136 or 14695065. OLE color: 14695065.
HSL color Cylindrical-coordinate representation of color #993AE0: hue angle of 274.34º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993AE0 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 58 | 224 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.12 |
| HSL | 274.34º | 0.73% | 0.55% | - |
| HSV(B) | 274.34º | 0.74% | 0.88% | - |
| XYZ | 28.1 | 15.18 | 71.97 | - |
| YUV | 105.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 224 | 0.32 | 0.74 | 0 | 0.12 | 274.34 | 0.73 | 0.55 |
| Hex | 99 | 3A | E0 | 20 | 4A | 0 | C | 112 | 49 | 37 |
| Octal | 231 | 72 | 340 | 40 | 112 | 0 | 14 | 422 | 111 | 67 |
| Binary | 10011001 | 111010 | 11100000 | 100000 | 1001010 | 0 | 1100 | 100010010 | 1001001 | 110111 |
Color Harmonies of #993AE0
Complementary color
Monochromatic Colors of #993AE0
Black with #993AE0
Text Example
Text Example
White with #993AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993AE0; }
p { color: rgb(153,58,224); }
H1.HeaderClassName
{
color: #993AE0;
}
.AnyTagClassName
{
color: #993AE0;
}
</style>
background-color css
<style>
a { background-color: #993AE0; }
a { background-color: rgb(153,58,224); }
div.DivClassName
{
background-color: #993AE0;
}
.BgClassName
{
background-color: #993AE0;
}
</style>
border-color css
<style>
span { border-color: #993AE0; }
span { border-color: rgb(153,58,224); }
td.TdClassName
{
border-color: #993AE0;
}
.TagClassName
{
border-color: #993AE0;
}
</style>