Shades of Dark Violet #8604DB
Tints of Dark Violet #8604DB
RGB
CMYK
RGB Variations
Color information
#8604DB (or 0x8604DB) is known color: Dark Violet. HEX triplet: 86, 04 and DB. RGB value is (134,4,219). Sum of RGB (Red+Green+Blue) = 134+4+219=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #8604DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8604DB is #79FB24. Grayscale: #424242. Windows color (decimal): -7994149 or 14353542. OLE color: 14353542.
HSL color Cylindrical-coordinate representation of color #8604DB: hue angle of 276.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8604DB is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 4 | 219 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.14 |
| HSL | 276.28º | 0.96% | 0.44% | - |
| HSV(B) | 276.28º | 0.98% | 0.86% | - |
| XYZ | 22.66 | 10.27 | 67.81 | - |
| YUV | 67.38 | 213.57 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 219 | 0.39 | 0.98 | 0 | 0.14 | 276.28 | 0.96 | 0.44 |
| Hex | 86 | 4 | DB | 27 | 62 | 0 | E | 114 | 60 | 2C |
| Octal | 206 | 4 | 333 | 47 | 142 | 0 | 16 | 424 | 140 | 54 |
| Binary | 10000110 | 100 | 11011011 | 100111 | 1100010 | 0 | 1110 | 100010100 | 1100000 | 101100 |
Color Harmonies of #8604DB
Complementary color
Monochromatic Colors of #8604DB
Black with #8604DB
Text Example
Text Example
White with #8604DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8604DB; }
p { color: rgb(134,4,219); }
H1.HeaderClassName
{
color: #8604DB;
}
.AnyTagClassName
{
color: #8604DB;
}
</style>
background-color css
<style>
a { background-color: #8604DB; }
a { background-color: rgb(134,4,219); }
div.DivClassName
{
background-color: #8604DB;
}
.BgClassName
{
background-color: #8604DB;
}
</style>
border-color css
<style>
span { border-color: #8604DB; }
span { border-color: rgb(134,4,219); }
td.TdClassName
{
border-color: #8604DB;
}
.TagClassName
{
border-color: #8604DB;
}
</style>