Shades of Dark Violet #8B18CE
Tints of Dark Violet #8B18CE
RGB
CMYK
RGB Variations
Color information
#8B18CE (or 0x8B18CE) is known color: Dark Violet. HEX triplet: 8B, 18 and CE. RGB value is (139,24,206). Sum of RGB (Red+Green+Blue) = 139+24+206=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B18CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B18CE is #74E731. Grayscale: #4E4E4E. Windows color (decimal): -7661362 or 13506699. OLE color: 13506699.
HSL color Cylindrical-coordinate representation of color #8B18CE: hue angle of 277.91º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B18CE is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 24 | 206 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.19 |
| HSL | 277.91º | 0.79% | 0.45% | - |
| HSV(B) | 277.91º | 0.88% | 0.81% | - |
| XYZ | 22.11 | 10.6 | 59.27 | - |
| YUV | 79.13 | 199.6 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 206 | 0.33 | 0.88 | 0 | 0.19 | 277.91 | 0.79 | 0.45 |
| Hex | 8B | 18 | CE | 21 | 58 | 0 | 13 | 116 | 4F | 2D |
| Octal | 213 | 30 | 316 | 41 | 130 | 0 | 23 | 426 | 117 | 55 |
| Binary | 10001011 | 11000 | 11001110 | 100001 | 1011000 | 0 | 10011 | 100010110 | 1001111 | 101101 |
Color Harmonies of #8B18CE
Complementary color
Monochromatic Colors of #8B18CE
Black with #8B18CE
Text Example
Text Example
White with #8B18CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B18CE; }
p { color: rgb(139,24,206); }
H1.HeaderClassName
{
color: #8B18CE;
}
.AnyTagClassName
{
color: #8B18CE;
}
</style>
background-color css
<style>
a { background-color: #8B18CE; }
a { background-color: rgb(139,24,206); }
div.DivClassName
{
background-color: #8B18CE;
}
.BgClassName
{
background-color: #8B18CE;
}
</style>
border-color css
<style>
span { border-color: #8B18CE; }
span { border-color: rgb(139,24,206); }
td.TdClassName
{
border-color: #8B18CE;
}
.TagClassName
{
border-color: #8B18CE;
}
</style>