Shades of Blue Violet #993EEC
Tints of Blue Violet #993EEC
RGB
CMYK
RGB Variations
Color information
#993EEC (or 0x993EEC) is known color: Blue Violet. HEX triplet: 99, 3E and EC. RGB value is (153,62,236). Sum of RGB (Red+Green+Blue) = 153+62+236=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #993EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EEC is #66C113. Grayscale: #6C6C6C. Windows color (decimal): -6734100 or 15482521. OLE color: 15482521.
HSL color Cylindrical-coordinate representation of color #993EEC: hue angle of 271.38º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993EEC is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 62 | 236 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.07 |
| HSL | 271.38º | 0.82% | 0.58% | - |
| HSV(B) | 271.38º | 0.74% | 0.93% | - |
| XYZ | 30 | 16.27 | 80.92 | - |
| YUV | 109.05 | 199.65 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 236 | 0.35 | 0.74 | 0 | 0.07 | 271.38 | 0.82 | 0.58 |
| Hex | 99 | 3E | EC | 23 | 4A | 0 | 7 | 10F | 52 | 3A |
| Octal | 231 | 76 | 354 | 43 | 112 | 0 | 7 | 417 | 122 | 72 |
| Binary | 10011001 | 111110 | 11101100 | 100011 | 1001010 | 0 | 111 | 100001111 | 1010010 | 111010 |
Color Harmonies of #993EEC
Complementary color
Monochromatic Colors of #993EEC
Black with #993EEC
Text Example
Text Example
White with #993EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EEC; }
p { color: rgb(153,62,236); }
H1.HeaderClassName
{
color: #993EEC;
}
.AnyTagClassName
{
color: #993EEC;
}
</style>
background-color css
<style>
a { background-color: #993EEC; }
a { background-color: rgb(153,62,236); }
div.DivClassName
{
background-color: #993EEC;
}
.BgClassName
{
background-color: #993EEC;
}
</style>
border-color css
<style>
span { border-color: #993EEC; }
span { border-color: rgb(153,62,236); }
td.TdClassName
{
border-color: #993EEC;
}
.TagClassName
{
border-color: #993EEC;
}
</style>