Shades of Blue Violet #994BE8
Tints of Blue Violet #994BE8
RGB
CMYK
RGB Variations
Color information
#994BE8 (or 0x994BE8) is known color: Blue Violet. HEX triplet: 99, 4B and E8. RGB value is (153,75,232). Sum of RGB (Red+Green+Blue) = 153+75+232=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #994BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BE8 is #66B417. Grayscale: #737373. Windows color (decimal): -6730776 or 15223705. OLE color: 15223705.
HSL color Cylindrical-coordinate representation of color #994BE8: hue angle of 269.81º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994BE8 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 75 | 232 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.09 |
| HSL | 269.81º | 0.77% | 0.6% | - |
| HSV(B) | 269.81º | 0.68% | 0.91% | - |
| XYZ | 30.22 | 17.63 | 78.15 | - |
| YUV | 116.22 | 193.34 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 232 | 0.34 | 0.68 | 0 | 0.09 | 269.81 | 0.77 | 0.6 |
| Hex | 99 | 4B | E8 | 22 | 44 | 0 | 9 | 10E | 4D | 3C |
| Octal | 231 | 113 | 350 | 42 | 104 | 0 | 11 | 416 | 115 | 74 |
| Binary | 10011001 | 1001011 | 11101000 | 100010 | 1000100 | 0 | 1001 | 100001110 | 1001101 | 111100 |
Color Harmonies of #994BE8
Complementary color
Monochromatic Colors of #994BE8
Black with #994BE8
Text Example
Text Example
White with #994BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BE8; }
p { color: rgb(153,75,232); }
H1.HeaderClassName
{
color: #994BE8;
}
.AnyTagClassName
{
color: #994BE8;
}
</style>
background-color css
<style>
a { background-color: #994BE8; }
a { background-color: rgb(153,75,232); }
div.DivClassName
{
background-color: #994BE8;
}
.BgClassName
{
background-color: #994BE8;
}
</style>
border-color css
<style>
span { border-color: #994BE8; }
span { border-color: rgb(153,75,232); }
td.TdClassName
{
border-color: #994BE8;
}
.TagClassName
{
border-color: #994BE8;
}
</style>