Shades of Blue Violet #993CEE
Tints of Blue Violet #993CEE
RGB
CMYK
RGB Variations
Color information
#993CEE (or 0x993CEE) is known color: Blue Violet. HEX triplet: 99, 3C and EE. RGB value is (153,60,238). Sum of RGB (Red+Green+Blue) = 153+60+238=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #993CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CEE is #66C311. Grayscale: #6B6B6B. Windows color (decimal): -6734610 or 15613081. OLE color: 15613081.
HSL color Cylindrical-coordinate representation of color #993CEE: hue angle of 271.35º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993CEE is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 60 | 238 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.07 |
| HSL | 271.35º | 0.84% | 0.58% | - |
| HSV(B) | 271.35º | 0.75% | 0.93% | - |
| XYZ | 30.19 | 16.18 | 82.42 | - |
| YUV | 108.1 | 201.31 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 238 | 0.36 | 0.75 | 0 | 0.07 | 271.35 | 0.84 | 0.58 |
| Hex | 99 | 3C | EE | 24 | 4B | 0 | 7 | 10F | 54 | 3A |
| Octal | 231 | 74 | 356 | 44 | 113 | 0 | 7 | 417 | 124 | 72 |
| Binary | 10011001 | 111100 | 11101110 | 100100 | 1001011 | 0 | 111 | 100001111 | 1010100 | 111010 |
Color Harmonies of #993CEE
Complementary color
Monochromatic Colors of #993CEE
Black with #993CEE
Text Example
Text Example
White with #993CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CEE; }
p { color: rgb(153,60,238); }
H1.HeaderClassName
{
color: #993CEE;
}
.AnyTagClassName
{
color: #993CEE;
}
</style>
background-color css
<style>
a { background-color: #993CEE; }
a { background-color: rgb(153,60,238); }
div.DivClassName
{
background-color: #993CEE;
}
.BgClassName
{
background-color: #993CEE;
}
</style>
border-color css
<style>
span { border-color: #993CEE; }
span { border-color: rgb(153,60,238); }
td.TdClassName
{
border-color: #993CEE;
}
.TagClassName
{
border-color: #993CEE;
}
</style>