Shades of Blue Violet #8918DC
Tints of Blue Violet #8918DC
RGB
CMYK
RGB Variations
Color information
#8918DC (or 0x8918DC) is known color: Blue Violet. HEX triplet: 89, 18 and DC. RGB value is (137,24,220). Sum of RGB (Red+Green+Blue) = 137+24+220=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #8918DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8918DC is #76E723. Grayscale: #4F4F4F. Windows color (decimal): -7792420 or 14424201. OLE color: 14424201.
HSL color Cylindrical-coordinate representation of color #8918DC: hue angle of 274.59º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8918DC is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 24 | 220 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.14 |
| HSL | 274.59º | 0.8% | 0.48% | - |
| HSV(B) | 274.59º | 0.89% | 0.86% | - |
| XYZ | 23.56 | 11.14 | 68.62 | - |
| YUV | 80.13 | 206.94 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 220 | 0.38 | 0.89 | 0 | 0.14 | 274.59 | 0.8 | 0.48 |
| Hex | 89 | 18 | DC | 26 | 59 | 0 | E | 113 | 50 | 30 |
| Octal | 211 | 30 | 334 | 46 | 131 | 0 | 16 | 423 | 120 | 60 |
| Binary | 10001001 | 11000 | 11011100 | 100110 | 1011001 | 0 | 1110 | 100010011 | 1010000 | 110000 |
Color Harmonies of #8918DC
Complementary color
Monochromatic Colors of #8918DC
Black with #8918DC
Text Example
Text Example
White with #8918DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8918DC; }
p { color: rgb(137,24,220); }
H1.HeaderClassName
{
color: #8918DC;
}
.AnyTagClassName
{
color: #8918DC;
}
</style>
background-color css
<style>
a { background-color: #8918DC; }
a { background-color: rgb(137,24,220); }
div.DivClassName
{
background-color: #8918DC;
}
.BgClassName
{
background-color: #8918DC;
}
</style>
border-color css
<style>
span { border-color: #8918DC; }
span { border-color: rgb(137,24,220); }
td.TdClassName
{
border-color: #8918DC;
}
.TagClassName
{
border-color: #8918DC;
}
</style>