Shades of Dark Violet #860CDD
Tints of Dark Violet #860CDD
RGB
CMYK
RGB Variations
Color information
#860CDD (or 0x860CDD) is known color: Dark Violet. HEX triplet: 86, 0C and DD. RGB value is (134,12,221). Sum of RGB (Red+Green+Blue) = 134+12+221=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #860CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860CDD is #79F322. Grayscale: #474747. Windows color (decimal): -7992099 or 14486662. OLE color: 14486662.
HSL color Cylindrical-coordinate representation of color #860CDD: hue angle of 275.02º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860CDD is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 12 | 221 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.13 |
| HSL | 275.02º | 0.9% | 0.46% | - |
| HSV(B) | 275.02º | 0.95% | 0.87% | - |
| XYZ | 23.01 | 10.55 | 69.23 | - |
| YUV | 72.3 | 211.92 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 221 | 0.39 | 0.95 | 0 | 0.13 | 275.02 | 0.9 | 0.46 |
| Hex | 86 | C | DD | 27 | 5F | 0 | D | 113 | 5A | 2E |
| Octal | 206 | 14 | 335 | 47 | 137 | 0 | 15 | 423 | 132 | 56 |
| Binary | 10000110 | 1100 | 11011101 | 100111 | 1011111 | 0 | 1101 | 100010011 | 1011010 | 101110 |
Color Harmonies of #860CDD
Complementary color
Monochromatic Colors of #860CDD
Black with #860CDD
Text Example
Text Example
White with #860CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CDD; }
p { color: rgb(134,12,221); }
H1.HeaderClassName
{
color: #860CDD;
}
.AnyTagClassName
{
color: #860CDD;
}
</style>
background-color css
<style>
a { background-color: #860CDD; }
a { background-color: rgb(134,12,221); }
div.DivClassName
{
background-color: #860CDD;
}
.BgClassName
{
background-color: #860CDD;
}
</style>
border-color css
<style>
span { border-color: #860CDD; }
span { border-color: rgb(134,12,221); }
td.TdClassName
{
border-color: #860CDD;
}
.TagClassName
{
border-color: #860CDD;
}
</style>