Shades of Blue Violet #993FEC
Tints of Blue Violet #993FEC
RGB
CMYK
RGB Variations
Color information
#993FEC (or 0x993FEC) is known color: Blue Violet. HEX triplet: 99, 3F and EC. RGB value is (153,63,236). Sum of RGB (Red+Green+Blue) = 153+63+236=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #993FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FEC is #66C013. Grayscale: #6D6D6D. Windows color (decimal): -6733844 or 15482777. OLE color: 15482777.
HSL color Cylindrical-coordinate representation of color #993FEC: hue angle of 271.21º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993FEC is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 63 | 236 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.07 |
| HSL | 271.21º | 0.82% | 0.59% | - |
| HSV(B) | 271.21º | 0.73% | 0.93% | - |
| XYZ | 30.05 | 16.38 | 80.94 | - |
| YUV | 109.63 | 199.32 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 236 | 0.35 | 0.73 | 0 | 0.07 | 271.21 | 0.82 | 0.59 |
| Hex | 99 | 3F | EC | 23 | 49 | 0 | 7 | 10F | 52 | 3B |
| Octal | 231 | 77 | 354 | 43 | 111 | 0 | 7 | 417 | 122 | 73 |
| Binary | 10011001 | 111111 | 11101100 | 100011 | 1001001 | 0 | 111 | 100001111 | 1010010 | 111011 |
Color Harmonies of #993FEC
Complementary color
Monochromatic Colors of #993FEC
Black with #993FEC
Text Example
Text Example
White with #993FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FEC; }
p { color: rgb(153,63,236); }
H1.HeaderClassName
{
color: #993FEC;
}
.AnyTagClassName
{
color: #993FEC;
}
</style>
background-color css
<style>
a { background-color: #993FEC; }
a { background-color: rgb(153,63,236); }
div.DivClassName
{
background-color: #993FEC;
}
.BgClassName
{
background-color: #993FEC;
}
</style>
border-color css
<style>
span { border-color: #993FEC; }
span { border-color: rgb(153,63,236); }
td.TdClassName
{
border-color: #993FEC;
}
.TagClassName
{
border-color: #993FEC;
}
</style>