Shades of Dark Violet #8703DD
Tints of Dark Violet #8703DD
RGB
CMYK
RGB Variations
Color information
#8703DD (or 0x8703DD) is known color: Dark Violet. HEX triplet: 87, 03 and DD. RGB value is (135,3,221). Sum of RGB (Red+Green+Blue) = 135+3+221=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #8703DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8703DD is #78FC22. Grayscale: #424242. Windows color (decimal): -7928867 or 14484359. OLE color: 14484359.
HSL color Cylindrical-coordinate representation of color #8703DD: hue angle of 276.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8703DD is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 3 | 221 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.13 |
| HSL | 276.33º | 0.97% | 0.44% | - |
| HSV(B) | 276.33º | 0.99% | 0.87% | - |
| XYZ | 23.08 | 10.44 | 69.2 | - |
| YUV | 67.32 | 214.73 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 221 | 0.39 | 0.99 | 0 | 0.13 | 276.33 | 0.97 | 0.44 |
| Hex | 87 | 3 | DD | 27 | 63 | 0 | D | 114 | 61 | 2C |
| Octal | 207 | 3 | 335 | 47 | 143 | 0 | 15 | 424 | 141 | 54 |
| Binary | 10000111 | 11 | 11011101 | 100111 | 1100011 | 0 | 1101 | 100010100 | 1100001 | 101100 |
Color Harmonies of #8703DD
Complementary color
Monochromatic Colors of #8703DD
Black with #8703DD
Text Example
Text Example
White with #8703DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8703DD; }
p { color: rgb(135,3,221); }
H1.HeaderClassName
{
color: #8703DD;
}
.AnyTagClassName
{
color: #8703DD;
}
</style>
background-color css
<style>
a { background-color: #8703DD; }
a { background-color: rgb(135,3,221); }
div.DivClassName
{
background-color: #8703DD;
}
.BgClassName
{
background-color: #8703DD;
}
</style>
border-color css
<style>
span { border-color: #8703DD; }
span { border-color: rgb(135,3,221); }
td.TdClassName
{
border-color: #8703DD;
}
.TagClassName
{
border-color: #8703DD;
}
</style>