Shades of Dark Violet #8B15D8
Tints of Dark Violet #8B15D8
RGB
CMYK
RGB Variations
Color information
#8B15D8 (or 0x8B15D8) is known color: Dark Violet. HEX triplet: 8B, 15 and D8. RGB value is (139,21,216). Sum of RGB (Red+Green+Blue) = 139+21+216=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B15D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B15D8 is #74EA27. Grayscale: #4D4D4D. Windows color (decimal): -7662120 or 14161291. OLE color: 14161291.
HSL color Cylindrical-coordinate representation of color #8B15D8: hue angle of 276.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B15D8 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 21 | 216 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.15 |
| HSL | 276.31º | 0.82% | 0.46% | - |
| HSV(B) | 276.31º | 0.9% | 0.85% | - |
| XYZ | 23.31 | 10.98 | 65.86 | - |
| YUV | 78.51 | 205.59 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 216 | 0.36 | 0.90 | 0 | 0.15 | 276.31 | 0.82 | 0.46 |
| Hex | 8B | 15 | D8 | 24 | 5A | 0 | F | 114 | 52 | 2E |
| Octal | 213 | 25 | 330 | 44 | 132 | 0 | 17 | 424 | 122 | 56 |
| Binary | 10001011 | 10101 | 11011000 | 100100 | 1011010 | 0 | 1111 | 100010100 | 1010010 | 101110 |
Color Harmonies of #8B15D8
Complementary color
Monochromatic Colors of #8B15D8
Black with #8B15D8
Text Example
Text Example
White with #8B15D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B15D8; }
p { color: rgb(139,21,216); }
H1.HeaderClassName
{
color: #8B15D8;
}
.AnyTagClassName
{
color: #8B15D8;
}
</style>
background-color css
<style>
a { background-color: #8B15D8; }
a { background-color: rgb(139,21,216); }
div.DivClassName
{
background-color: #8B15D8;
}
.BgClassName
{
background-color: #8B15D8;
}
</style>
border-color css
<style>
span { border-color: #8B15D8; }
span { border-color: rgb(139,21,216); }
td.TdClassName
{
border-color: #8B15D8;
}
.TagClassName
{
border-color: #8B15D8;
}
</style>