Shades of Dark Violet #8713C4
Tints of Dark Violet #8713C4
RGB
CMYK
RGB Variations
Color information
#8713C4 (or 0x8713C4) is known color: Dark Violet. HEX triplet: 87, 13 and C4. RGB value is (135,19,196). Sum of RGB (Red+Green+Blue) = 135+19+196=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 196 (76.95% from 255 or 56% from 350); Max value from RGB is 196 - color contains mainly: blue. Hex color #8713C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8713C4 is #78EC3B. Grayscale: #494949. Windows color (decimal): -7924796 or 12850055. OLE color: 12850055.
HSL color Cylindrical-coordinate representation of color #8713C4: hue angle of 279.32º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8713C4 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 19 | 196 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.23 |
| HSL | 279.32º | 0.82% | 0.42% | - |
| HSV(B) | 279.32º | 0.9% | 0.77% | - |
| XYZ | 20.19 | 9.6 | 53.01 | - |
| YUV | 73.86 | 196.93 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 196 | 0.31 | 0.90 | 0 | 0.23 | 279.32 | 0.82 | 0.42 |
| Hex | 87 | 13 | C4 | 1F | 5A | 0 | 17 | 117 | 52 | 2A |
| Octal | 207 | 23 | 304 | 37 | 132 | 0 | 27 | 427 | 122 | 52 |
| Binary | 10000111 | 10011 | 11000100 | 11111 | 1011010 | 0 | 10111 | 100010111 | 1010010 | 101010 |
Color Harmonies of #8713C4
Complementary color
Monochromatic Colors of #8713C4
Black with #8713C4
Text Example
Text Example
White with #8713C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8713C4; }
p { color: rgb(135,19,196); }
H1.HeaderClassName
{
color: #8713C4;
}
.AnyTagClassName
{
color: #8713C4;
}
</style>
background-color css
<style>
a { background-color: #8713C4; }
a { background-color: rgb(135,19,196); }
div.DivClassName
{
background-color: #8713C4;
}
.BgClassName
{
background-color: #8713C4;
}
</style>
border-color css
<style>
span { border-color: #8713C4; }
span { border-color: rgb(135,19,196); }
td.TdClassName
{
border-color: #8713C4;
}
.TagClassName
{
border-color: #8713C4;
}
</style>