Shades of Blue Violet #993BE7
Tints of Blue Violet #993BE7
RGB
CMYK
RGB Variations
Color information
#993BE7 (or 0x993BE7) is known color: Blue Violet. HEX triplet: 99, 3B and E7. RGB value is (153,59,231). Sum of RGB (Red+Green+Blue) = 153+59+231=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 231 (90.62% from 255 or 52.14% from 443); Max value from RGB is 231 - color contains mainly: blue. Hex color #993BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BE7 is #66C418. Grayscale: #6A6A6A. Windows color (decimal): -6734873 or 15154073. OLE color: 15154073.
HSL color Cylindrical-coordinate representation of color #993BE7: hue angle of 272.79º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993BE7 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 59 | 231 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.09 |
| HSL | 272.79º | 0.78% | 0.57% | - |
| HSV(B) | 272.79º | 0.74% | 0.91% | - |
| XYZ | 29.12 | 15.67 | 77.09 | - |
| YUV | 106.71 | 198.14 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 231 | 0.34 | 0.74 | 0 | 0.09 | 272.79 | 0.78 | 0.57 |
| Hex | 99 | 3B | E7 | 22 | 4A | 0 | 9 | 111 | 4E | 39 |
| Octal | 231 | 73 | 347 | 42 | 112 | 0 | 11 | 421 | 116 | 71 |
| Binary | 10011001 | 111011 | 11100111 | 100010 | 1001010 | 0 | 1001 | 100010001 | 1001110 | 111001 |
Color Harmonies of #993BE7
Complementary color
Monochromatic Colors of #993BE7
Black with #993BE7
Text Example
Text Example
White with #993BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BE7; }
p { color: rgb(153,59,231); }
H1.HeaderClassName
{
color: #993BE7;
}
.AnyTagClassName
{
color: #993BE7;
}
</style>
background-color css
<style>
a { background-color: #993BE7; }
a { background-color: rgb(153,59,231); }
div.DivClassName
{
background-color: #993BE7;
}
.BgClassName
{
background-color: #993BE7;
}
</style>
border-color css
<style>
span { border-color: #993BE7; }
span { border-color: rgb(153,59,231); }
td.TdClassName
{
border-color: #993BE7;
}
.TagClassName
{
border-color: #993BE7;
}
</style>