Shades of Dark Violet #8918C0
Tints of Dark Violet #8918C0
RGB
CMYK
RGB Variations
Color information
#8918C0 (or 0x8918C0) is known color: Dark Violet. HEX triplet: 89, 18 and C0. RGB value is (137,24,192). Sum of RGB (Red+Green+Blue) = 137+24+192=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #8918C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8918C0 is #76E73F. Grayscale: #4C4C4C. Windows color (decimal): -7792448 or 12589193. OLE color: 12589193.
HSL color Cylindrical-coordinate representation of color #8918C0: hue angle of 280.36º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8918C0 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 24 | 192 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.25 |
| HSL | 280.36º | 0.78% | 0.42% | - |
| HSV(B) | 280.36º | 0.88% | 0.75% | - |
| XYZ | 20.16 | 9.78 | 50.69 | - |
| YUV | 76.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 192 | 0.29 | 0.88 | 0 | 0.25 | 280.36 | 0.78 | 0.42 |
| Hex | 89 | 18 | C0 | 1D | 58 | 0 | 19 | 118 | 4E | 2A |
| Octal | 211 | 30 | 300 | 35 | 130 | 0 | 31 | 430 | 116 | 52 |
| Binary | 10001001 | 11000 | 11000000 | 11101 | 1011000 | 0 | 11001 | 100011000 | 1001110 | 101010 |
Color Harmonies of #8918C0
Complementary color
Monochromatic Colors of #8918C0
Black with #8918C0
Text Example
Text Example
White with #8918C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8918C0; }
p { color: rgb(137,24,192); }
H1.HeaderClassName
{
color: #8918C0;
}
.AnyTagClassName
{
color: #8918C0;
}
</style>
background-color css
<style>
a { background-color: #8918C0; }
a { background-color: rgb(137,24,192); }
div.DivClassName
{
background-color: #8918C0;
}
.BgClassName
{
background-color: #8918C0;
}
</style>
border-color css
<style>
span { border-color: #8918C0; }
span { border-color: rgb(137,24,192); }
td.TdClassName
{
border-color: #8918C0;
}
.TagClassName
{
border-color: #8918C0;
}
</style>