Shades of Dark Violet #8703DF
Tints of Dark Violet #8703DF
RGB
CMYK
RGB Variations
Color information
#8703DF (or 0x8703DF) is known color: Dark Violet. HEX triplet: 87, 03 and DF. RGB value is (135,3,223). Sum of RGB (Red+Green+Blue) = 135+3+223=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #8703DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8703DF is #78FC20. Grayscale: #424242. Windows color (decimal): -7928865 or 14615431. OLE color: 14615431.
HSL color Cylindrical-coordinate representation of color #8703DF: hue angle of 276º 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 #8703DF is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 3 | 223 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.13 |
| HSL | 276º | 0.97% | 0.44% | - |
| HSV(B) | 276º | 0.99% | 0.87% | - |
| XYZ | 23.34 | 10.54 | 70.62 | - |
| YUV | 67.55 | 215.73 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 223 | 0.39 | 0.99 | 0 | 0.13 | 276 | 0.97 | 0.44 |
| Hex | 87 | 3 | DF | 27 | 63 | 0 | D | 114 | 61 | 2C |
| Octal | 207 | 3 | 337 | 47 | 143 | 0 | 15 | 424 | 141 | 54 |
| Binary | 10000111 | 11 | 11011111 | 100111 | 1100011 | 0 | 1101 | 100010100 | 1100001 | 101100 |
Color Harmonies of #8703DF
Complementary color
Monochromatic Colors of #8703DF
Black with #8703DF
Text Example
Text Example
White with #8703DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8703DF; }
p { color: rgb(135,3,223); }
H1.HeaderClassName
{
color: #8703DF;
}
.AnyTagClassName
{
color: #8703DF;
}
</style>
background-color css
<style>
a { background-color: #8703DF; }
a { background-color: rgb(135,3,223); }
div.DivClassName
{
background-color: #8703DF;
}
.BgClassName
{
background-color: #8703DF;
}
</style>
border-color css
<style>
span { border-color: #8703DF; }
span { border-color: rgb(135,3,223); }
td.TdClassName
{
border-color: #8703DF;
}
.TagClassName
{
border-color: #8703DF;
}
</style>