Shades of Dark Violet #8710B3
Tints of Dark Violet #8710B3
RGB
CMYK
RGB Variations
Color information
#8710B3 (or 0x8710B3) is known color: Dark Violet. HEX triplet: 87, 10 and B3. RGB value is (135,16,179). Sum of RGB (Red+Green+Blue) = 135+16+179=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 179 (70.31% from 255 or 54.24% from 330); Max value from RGB is 179 - color contains mainly: blue. Hex color #8710B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8710B3 is #78EF4C. Grayscale: #454545. Windows color (decimal): -7925581 or 11735175. OLE color: 11735175.
HSL color Cylindrical-coordinate representation of color #8710B3: hue angle of 283.8º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8710B3 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 16 | 179 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.30 |
| HSL | 283.8º | 0.84% | 0.38% | - |
| HSV(B) | 283.8º | 0.91% | 0.7% | - |
| XYZ | 18.31 | 8.78 | 43.38 | - |
| YUV | 70.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 179 | 0.25 | 0.91 | 0 | 0.30 | 283.8 | 0.84 | 0.38 |
| Hex | 87 | 10 | B3 | 19 | 5B | 0 | 1E | 11C | 54 | 26 |
| Octal | 207 | 20 | 263 | 31 | 133 | 0 | 36 | 434 | 124 | 46 |
| Binary | 10000111 | 10000 | 10110011 | 11001 | 1011011 | 0 | 11110 | 100011100 | 1010100 | 100110 |
Color Harmonies of #8710B3
Complementary color
Monochromatic Colors of #8710B3
Black with #8710B3
Text Example
Text Example
White with #8710B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8710B3; }
p { color: rgb(135,16,179); }
H1.HeaderClassName
{
color: #8710B3;
}
.AnyTagClassName
{
color: #8710B3;
}
</style>
background-color css
<style>
a { background-color: #8710B3; }
a { background-color: rgb(135,16,179); }
div.DivClassName
{
background-color: #8710B3;
}
.BgClassName
{
background-color: #8710B3;
}
</style>
border-color css
<style>
span { border-color: #8710B3; }
span { border-color: rgb(135,16,179); }
td.TdClassName
{
border-color: #8710B3;
}
.TagClassName
{
border-color: #8710B3;
}
</style>