Shades of Dark Violet #8702B4
Tints of Dark Violet #8702B4
RGB
CMYK
RGB Variations
Color information
#8702B4 (or 0x8702B4) is known color: Dark Violet. HEX triplet: 87, 02 and B4. RGB value is (135,2,180). Sum of RGB (Red+Green+Blue) = 135+2+180=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #8702B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8702B4 is #78FD4B. Grayscale: #3D3D3D. Windows color (decimal): -7929164 or 11797127. OLE color: 11797127.
HSL color Cylindrical-coordinate representation of color #8702B4: hue angle of 284.83º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702B4 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 2 | 180 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.29 |
| HSL | 284.83º | 0.98% | 0.36% | - |
| HSV(B) | 284.83º | 0.99% | 0.71% | - |
| XYZ | 18.25 | 8.49 | 43.86 | - |
| YUV | 62.06 | 194.56 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 180 | 0.25 | 0.99 | 0 | 0.29 | 284.83 | 0.98 | 0.36 |
| Hex | 87 | 2 | B4 | 19 | 63 | 0 | 1D | 11D | 62 | 24 |
| Octal | 207 | 2 | 264 | 31 | 143 | 0 | 35 | 435 | 142 | 44 |
| Binary | 10000111 | 10 | 10110100 | 11001 | 1100011 | 0 | 11101 | 100011101 | 1100010 | 100100 |
Color Harmonies of #8702B4
Complementary color
Monochromatic Colors of #8702B4
Black with #8702B4
Text Example
Text Example
White with #8702B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8702B4; }
p { color: rgb(135,2,180); }
H1.HeaderClassName
{
color: #8702B4;
}
.AnyTagClassName
{
color: #8702B4;
}
</style>
background-color css
<style>
a { background-color: #8702B4; }
a { background-color: rgb(135,2,180); }
div.DivClassName
{
background-color: #8702B4;
}
.BgClassName
{
background-color: #8702B4;
}
</style>
border-color css
<style>
span { border-color: #8702B4; }
span { border-color: rgb(135,2,180); }
td.TdClassName
{
border-color: #8702B4;
}
.TagClassName
{
border-color: #8702B4;
}
</style>