Shades of Blue Violet #8919DF
Tints of Blue Violet #8919DF
RGB
CMYK
RGB Variations
Color information
#8919DF (or 0x8919DF) is known color: Blue Violet. HEX triplet: 89, 19 and DF. RGB value is (137,25,223). Sum of RGB (Red+Green+Blue) = 137+25+223=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #8919DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8919DF is #76E620. Grayscale: #505050. Windows color (decimal): -7792161 or 14621065. OLE color: 14621065.
HSL color Cylindrical-coordinate representation of color #8919DF: hue angle of 273.94º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8919DF is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 25 | 223 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.13 |
| HSL | 273.94º | 0.8% | 0.49% | - |
| HSV(B) | 273.94º | 0.89% | 0.87% | - |
| XYZ | 23.98 | 11.34 | 70.74 | - |
| YUV | 81.06 | 208.11 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 223 | 0.39 | 0.89 | 0 | 0.13 | 273.94 | 0.8 | 0.49 |
| Hex | 89 | 19 | DF | 27 | 59 | 0 | D | 112 | 50 | 31 |
| Octal | 211 | 31 | 337 | 47 | 131 | 0 | 15 | 422 | 120 | 61 |
| Binary | 10001001 | 11001 | 11011111 | 100111 | 1011001 | 0 | 1101 | 100010010 | 1010000 | 110001 |
Color Harmonies of #8919DF
Complementary color
Monochromatic Colors of #8919DF
Black with #8919DF
Text Example
Text Example
White with #8919DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8919DF; }
p { color: rgb(137,25,223); }
H1.HeaderClassName
{
color: #8919DF;
}
.AnyTagClassName
{
color: #8919DF;
}
</style>
background-color css
<style>
a { background-color: #8919DF; }
a { background-color: rgb(137,25,223); }
div.DivClassName
{
background-color: #8919DF;
}
.BgClassName
{
background-color: #8919DF;
}
</style>
border-color css
<style>
span { border-color: #8919DF; }
span { border-color: rgb(137,25,223); }
td.TdClassName
{
border-color: #8919DF;
}
.TagClassName
{
border-color: #8919DF;
}
</style>