Shades of Dark Violet #8612CE
Tints of Dark Violet #8612CE
RGB
CMYK
RGB Variations
Color information
#8612CE (or 0x8612CE) is known color: Dark Violet. HEX triplet: 86, 12 and CE. RGB value is (134,18,206). Sum of RGB (Red+Green+Blue) = 134+18+206=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #8612CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8612CE is #79ED31. Grayscale: #494949. Windows color (decimal): -7990578 or 13505158. OLE color: 13505158.
HSL color Cylindrical-coordinate representation of color #8612CE: hue angle of 277.02º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8612CE is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 18 | 206 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.19 |
| HSL | 277.02º | 0.84% | 0.44% | - |
| HSV(B) | 277.02º | 0.91% | 0.81% | - |
| XYZ | 21.19 | 9.96 | 59.2 | - |
| YUV | 74.12 | 202.43 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 206 | 0.35 | 0.91 | 0 | 0.19 | 277.02 | 0.84 | 0.44 |
| Hex | 86 | 12 | CE | 23 | 5B | 0 | 13 | 115 | 54 | 2C |
| Octal | 206 | 22 | 316 | 43 | 133 | 0 | 23 | 425 | 124 | 54 |
| Binary | 10000110 | 10010 | 11001110 | 100011 | 1011011 | 0 | 10011 | 100010101 | 1010100 | 101100 |
Color Harmonies of #8612CE
Complementary color
Monochromatic Colors of #8612CE
Black with #8612CE
Text Example
Text Example
White with #8612CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8612CE; }
p { color: rgb(134,18,206); }
H1.HeaderClassName
{
color: #8612CE;
}
.AnyTagClassName
{
color: #8612CE;
}
</style>
background-color css
<style>
a { background-color: #8612CE; }
a { background-color: rgb(134,18,206); }
div.DivClassName
{
background-color: #8612CE;
}
.BgClassName
{
background-color: #8612CE;
}
</style>
border-color css
<style>
span { border-color: #8612CE; }
span { border-color: rgb(134,18,206); }
td.TdClassName
{
border-color: #8612CE;
}
.TagClassName
{
border-color: #8612CE;
}
</style>