Shades of Blue Violet #993CEF
Tints of Blue Violet #993CEF
RGB
CMYK
RGB Variations
Color information
#993CEF (or 0x993CEF) is known color: Blue Violet. HEX triplet: 99, 3C and EF. RGB value is (153,60,239). Sum of RGB (Red+Green+Blue) = 153+60+239=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #993CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CEF is #66C310. Grayscale: #6B6B6B. Windows color (decimal): -6734609 or 15678617. OLE color: 15678617.
HSL color Cylindrical-coordinate representation of color #993CEF: hue angle of 271.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993CEF is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 60 | 239 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.06 |
| HSL | 271.17º | 0.85% | 0.59% | - |
| HSV(B) | 271.17º | 0.75% | 0.94% | - |
| XYZ | 30.33 | 16.24 | 83.2 | - |
| YUV | 108.21 | 201.81 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 239 | 0.36 | 0.75 | 0 | 0.06 | 271.17 | 0.85 | 0.59 |
| Hex | 99 | 3C | EF | 24 | 4B | 0 | 6 | 10F | 55 | 3B |
| Octal | 231 | 74 | 357 | 44 | 113 | 0 | 6 | 417 | 125 | 73 |
| Binary | 10011001 | 111100 | 11101111 | 100100 | 1001011 | 0 | 110 | 100001111 | 1010101 | 111011 |
Color Harmonies of #993CEF
Complementary color
Monochromatic Colors of #993CEF
Black with #993CEF
Text Example
Text Example
White with #993CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CEF; }
p { color: rgb(153,60,239); }
H1.HeaderClassName
{
color: #993CEF;
}
.AnyTagClassName
{
color: #993CEF;
}
</style>
background-color css
<style>
a { background-color: #993CEF; }
a { background-color: rgb(153,60,239); }
div.DivClassName
{
background-color: #993CEF;
}
.BgClassName
{
background-color: #993CEF;
}
</style>
border-color css
<style>
span { border-color: #993CEF; }
span { border-color: rgb(153,60,239); }
td.TdClassName
{
border-color: #993CEF;
}
.TagClassName
{
border-color: #993CEF;
}
</style>