Shades of Blue Violet #993EE8
Tints of Blue Violet #993EE8
RGB
CMYK
RGB Variations
Color information
#993EE8 (or 0x993EE8) is known color: Blue Violet. HEX triplet: 99, 3E and E8. RGB value is (153,62,232). Sum of RGB (Red+Green+Blue) = 153+62+232=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 232 (91.02% from 255 or 51.90% from 447); Max value from RGB is 232 - color contains mainly: blue. Hex color #993EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EE8 is #66C117. Grayscale: #6B6B6B. Windows color (decimal): -6734104 or 15220377. OLE color: 15220377.
HSL color Cylindrical-coordinate representation of color #993EE8: hue angle of 272.12º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993EE8 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 62 | 232 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.09 |
| HSL | 272.12º | 0.79% | 0.58% | - |
| HSV(B) | 272.12º | 0.73% | 0.91% | - |
| XYZ | 29.42 | 16.04 | 77.89 | - |
| YUV | 108.59 | 197.65 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 232 | 0.34 | 0.73 | 0 | 0.09 | 272.12 | 0.79 | 0.58 |
| Hex | 99 | 3E | E8 | 22 | 49 | 0 | 9 | 110 | 4F | 3A |
| Octal | 231 | 76 | 350 | 42 | 111 | 0 | 11 | 420 | 117 | 72 |
| Binary | 10011001 | 111110 | 11101000 | 100010 | 1001001 | 0 | 1001 | 100010000 | 1001111 | 111010 |
Color Harmonies of #993EE8
Complementary color
Monochromatic Colors of #993EE8
Black with #993EE8
Text Example
Text Example
White with #993EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EE8; }
p { color: rgb(153,62,232); }
H1.HeaderClassName
{
color: #993EE8;
}
.AnyTagClassName
{
color: #993EE8;
}
</style>
background-color css
<style>
a { background-color: #993EE8; }
a { background-color: rgb(153,62,232); }
div.DivClassName
{
background-color: #993EE8;
}
.BgClassName
{
background-color: #993EE8;
}
</style>
border-color css
<style>
span { border-color: #993EE8; }
span { border-color: rgb(153,62,232); }
td.TdClassName
{
border-color: #993EE8;
}
.TagClassName
{
border-color: #993EE8;
}
</style>