Shades of Blue Violet #8919EF
Tints of Blue Violet #8919EF
RGB
CMYK
RGB Variations
Color information
#8919EF (or 0x8919EF) is known color: Blue Violet. HEX triplet: 89, 19 and EF. RGB value is (137,25,239). Sum of RGB (Red+Green+Blue) = 137+25+239=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #8919EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8919EF is #76E610. Grayscale: #525252. Windows color (decimal): -7792145 or 15669641. OLE color: 15669641.
HSL color Cylindrical-coordinate representation of color #8919EF: hue angle of 271.4º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8919EF is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 25 | 239 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.06 |
| HSL | 271.4º | 0.87% | 0.52% | - |
| HSV(B) | 271.4º | 0.9% | 0.94% | - |
| XYZ | 26.24 | 12.25 | 82.64 | - |
| YUV | 82.88 | 216.11 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 239 | 0.43 | 0.90 | 0 | 0.06 | 271.4 | 0.87 | 0.52 |
| Hex | 89 | 19 | EF | 2B | 5A | 0 | 6 | 10F | 57 | 34 |
| Octal | 211 | 31 | 357 | 53 | 132 | 0 | 6 | 417 | 127 | 64 |
| Binary | 10001001 | 11001 | 11101111 | 101011 | 1011010 | 0 | 110 | 100001111 | 1010111 | 110100 |
Color Harmonies of #8919EF
Complementary color
Monochromatic Colors of #8919EF
Black with #8919EF
Text Example
Text Example
White with #8919EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8919EF; }
p { color: rgb(137,25,239); }
H1.HeaderClassName
{
color: #8919EF;
}
.AnyTagClassName
{
color: #8919EF;
}
</style>
background-color css
<style>
a { background-color: #8919EF; }
a { background-color: rgb(137,25,239); }
div.DivClassName
{
background-color: #8919EF;
}
.BgClassName
{
background-color: #8919EF;
}
</style>
border-color css
<style>
span { border-color: #8919EF; }
span { border-color: rgb(137,25,239); }
td.TdClassName
{
border-color: #8919EF;
}
.TagClassName
{
border-color: #8919EF;
}
</style>