Shades of Dark Violet #8716B8
Tints of Dark Violet #8716B8
RGB
CMYK
RGB Variations
Color information
#8716B8 (or 0x8716B8) is known color: Dark Violet. HEX triplet: 87, 16 and B8. RGB value is (135,22,184). Sum of RGB (Red+Green+Blue) = 135+22+184=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #8716B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8716B8 is #78E947. Grayscale: #494949. Windows color (decimal): -7924040 or 12064391. OLE color: 12064391.
HSL color Cylindrical-coordinate representation of color #8716B8: hue angle of 281.85º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8716B8 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 22 | 184 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.28 |
| HSL | 281.85º | 0.79% | 0.4% | - |
| HSV(B) | 281.85º | 0.88% | 0.72% | - |
| XYZ | 18.93 | 9.19 | 46.12 | - |
| YUV | 74.26 | 189.94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 184 | 0.27 | 0.88 | 0 | 0.28 | 281.85 | 0.79 | 0.4 |
| Hex | 87 | 16 | B8 | 1B | 58 | 0 | 1C | 11A | 4F | 28 |
| Octal | 207 | 26 | 270 | 33 | 130 | 0 | 34 | 432 | 117 | 50 |
| Binary | 10000111 | 10110 | 10111000 | 11011 | 1011000 | 0 | 11100 | 100011010 | 1001111 | 101000 |
Color Harmonies of #8716B8
Complementary color
Monochromatic Colors of #8716B8
Black with #8716B8
Text Example
Text Example
White with #8716B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8716B8; }
p { color: rgb(135,22,184); }
H1.HeaderClassName
{
color: #8716B8;
}
.AnyTagClassName
{
color: #8716B8;
}
</style>
background-color css
<style>
a { background-color: #8716B8; }
a { background-color: rgb(135,22,184); }
div.DivClassName
{
background-color: #8716B8;
}
.BgClassName
{
background-color: #8716B8;
}
</style>
border-color css
<style>
span { border-color: #8716B8; }
span { border-color: rgb(135,22,184); }
td.TdClassName
{
border-color: #8716B8;
}
.TagClassName
{
border-color: #8716B8;
}
</style>