Shades of Blue Violet #993FEB
Tints of Blue Violet #993FEB
RGB
CMYK
RGB Variations
Color information
#993FEB (or 0x993FEB) is known color: Blue Violet. HEX triplet: 99, 3F and EB. RGB value is (153,63,235). Sum of RGB (Red+Green+Blue) = 153+63+235=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #993FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FEB is #66C014. Grayscale: #6C6C6C. Windows color (decimal): -6733845 or 15417241. OLE color: 15417241.
HSL color Cylindrical-coordinate representation of color #993FEB: hue angle of 271.4º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993FEB is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 63 | 235 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.08 |
| HSL | 271.4º | 0.81% | 0.58% | - |
| HSV(B) | 271.4º | 0.73% | 0.92% | - |
| XYZ | 29.91 | 16.33 | 80.17 | - |
| YUV | 109.52 | 198.82 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 235 | 0.35 | 0.73 | 0 | 0.08 | 271.4 | 0.81 | 0.58 |
| Hex | 99 | 3F | EB | 23 | 49 | 0 | 8 | 10F | 51 | 3A |
| Octal | 231 | 77 | 353 | 43 | 111 | 0 | 10 | 417 | 121 | 72 |
| Binary | 10011001 | 111111 | 11101011 | 100011 | 1001001 | 0 | 1000 | 100001111 | 1010001 | 111010 |
Color Harmonies of #993FEB
Complementary color
Monochromatic Colors of #993FEB
Black with #993FEB
Text Example
Text Example
White with #993FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FEB; }
p { color: rgb(153,63,235); }
H1.HeaderClassName
{
color: #993FEB;
}
.AnyTagClassName
{
color: #993FEB;
}
</style>
background-color css
<style>
a { background-color: #993FEB; }
a { background-color: rgb(153,63,235); }
div.DivClassName
{
background-color: #993FEB;
}
.BgClassName
{
background-color: #993FEB;
}
</style>
border-color css
<style>
span { border-color: #993FEB; }
span { border-color: rgb(153,63,235); }
td.TdClassName
{
border-color: #993FEB;
}
.TagClassName
{
border-color: #993FEB;
}
</style>