Shades of Dark Violet #8613CD
Tints of Dark Violet #8613CD
RGB
CMYK
RGB Variations
Color information
#8613CD (or 0x8613CD) is known color: Dark Violet. HEX triplet: 86, 13 and CD. RGB value is (134,19,205). Sum of RGB (Red+Green+Blue) = 134+19+205=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #8613CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8613CD is #79EC32. Grayscale: #494949. Windows color (decimal): -7990323 or 13439878. OLE color: 13439878.
HSL color Cylindrical-coordinate representation of color #8613CD: hue angle of 277.1º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8613CD is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 19 | 205 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.20 |
| HSL | 277.1º | 0.83% | 0.44% | - |
| HSV(B) | 277.1º | 0.91% | 0.8% | - |
| XYZ | 21.08 | 9.94 | 58.57 | - |
| YUV | 74.59 | 201.6 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 205 | 0.35 | 0.91 | 0 | 0.20 | 277.1 | 0.83 | 0.44 |
| Hex | 86 | 13 | CD | 23 | 5B | 0 | 14 | 115 | 53 | 2C |
| Octal | 206 | 23 | 315 | 43 | 133 | 0 | 24 | 425 | 123 | 54 |
| Binary | 10000110 | 10011 | 11001101 | 100011 | 1011011 | 0 | 10100 | 100010101 | 1010011 | 101100 |
Color Harmonies of #8613CD
Complementary color
Monochromatic Colors of #8613CD
Black with #8613CD
Text Example
Text Example
White with #8613CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8613CD; }
p { color: rgb(134,19,205); }
H1.HeaderClassName
{
color: #8613CD;
}
.AnyTagClassName
{
color: #8613CD;
}
</style>
background-color css
<style>
a { background-color: #8613CD; }
a { background-color: rgb(134,19,205); }
div.DivClassName
{
background-color: #8613CD;
}
.BgClassName
{
background-color: #8613CD;
}
</style>
border-color css
<style>
span { border-color: #8613CD; }
span { border-color: rgb(134,19,205); }
td.TdClassName
{
border-color: #8613CD;
}
.TagClassName
{
border-color: #8613CD;
}
</style>