Shades of Blue Violet #993BE0
Tints of Blue Violet #993BE0
RGB
CMYK
RGB Variations
Color information
#993BE0 (or 0x993BE0) is known color: Blue Violet. HEX triplet: 99, 3B and E0. RGB value is (153,59,224). Sum of RGB (Red+Green+Blue) = 153+59+224=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #993BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BE0 is #66C41F. Grayscale: #696969. Windows color (decimal): -6734880 or 14695321. OLE color: 14695321.
HSL color Cylindrical-coordinate representation of color #993BE0: hue angle of 274.18º 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 #993BE0 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 59 | 224 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.12 |
| HSL | 274.18º | 0.73% | 0.55% | - |
| HSV(B) | 274.18º | 0.74% | 0.88% | - |
| XYZ | 28.16 | 15.28 | 71.99 | - |
| YUV | 105.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 224 | 0.32 | 0.74 | 0 | 0.12 | 274.18 | 0.73 | 0.55 |
| Hex | 99 | 3B | E0 | 20 | 4A | 0 | C | 112 | 49 | 37 |
| Octal | 231 | 73 | 340 | 40 | 112 | 0 | 14 | 422 | 111 | 67 |
| Binary | 10011001 | 111011 | 11100000 | 100000 | 1001010 | 0 | 1100 | 100010010 | 1001001 | 110111 |
Color Harmonies of #993BE0
Complementary color
Monochromatic Colors of #993BE0
Black with #993BE0
Text Example
Text Example
White with #993BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BE0; }
p { color: rgb(153,59,224); }
H1.HeaderClassName
{
color: #993BE0;
}
.AnyTagClassName
{
color: #993BE0;
}
</style>
background-color css
<style>
a { background-color: #993BE0; }
a { background-color: rgb(153,59,224); }
div.DivClassName
{
background-color: #993BE0;
}
.BgClassName
{
background-color: #993BE0;
}
</style>
border-color css
<style>
span { border-color: #993BE0; }
span { border-color: rgb(153,59,224); }
td.TdClassName
{
border-color: #993BE0;
}
.TagClassName
{
border-color: #993BE0;
}
</style>