Shades of Blue Violet #993FE7
Tints of Blue Violet #993FE7
RGB
CMYK
RGB Variations
Color information
#993FE7 (or 0x993FE7) is known color: Blue Violet. HEX triplet: 99, 3F and E7. RGB value is (153,63,231). Sum of RGB (Red+Green+Blue) = 153+63+231=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #993FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FE7 is #66C018. Grayscale: #6C6C6C. Windows color (decimal): -6733849 or 15155097. OLE color: 15155097.
HSL color Cylindrical-coordinate representation of color #993FE7: hue angle of 272.14º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993FE7 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 63 | 231 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.09 |
| HSL | 272.14º | 0.78% | 0.58% | - |
| HSV(B) | 272.14º | 0.73% | 0.91% | - |
| XYZ | 29.34 | 16.1 | 77.16 | - |
| YUV | 109.06 | 196.82 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 231 | 0.34 | 0.73 | 0 | 0.09 | 272.14 | 0.78 | 0.58 |
| Hex | 99 | 3F | E7 | 22 | 49 | 0 | 9 | 110 | 4E | 3A |
| Octal | 231 | 77 | 347 | 42 | 111 | 0 | 11 | 420 | 116 | 72 |
| Binary | 10011001 | 111111 | 11100111 | 100010 | 1001001 | 0 | 1001 | 100010000 | 1001110 | 111010 |
Color Harmonies of #993FE7
Complementary color
Monochromatic Colors of #993FE7
Black with #993FE7
Text Example
Text Example
White with #993FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FE7; }
p { color: rgb(153,63,231); }
H1.HeaderClassName
{
color: #993FE7;
}
.AnyTagClassName
{
color: #993FE7;
}
</style>
background-color css
<style>
a { background-color: #993FE7; }
a { background-color: rgb(153,63,231); }
div.DivClassName
{
background-color: #993FE7;
}
.BgClassName
{
background-color: #993FE7;
}
</style>
border-color css
<style>
span { border-color: #993FE7; }
span { border-color: rgb(153,63,231); }
td.TdClassName
{
border-color: #993FE7;
}
.TagClassName
{
border-color: #993FE7;
}
</style>