Shades of Dark Violet #8504DB
Tints of Dark Violet #8504DB
RGB
CMYK
RGB Variations
Color information
#8504DB (or 0x8504DB) is known color: Dark Violet. HEX triplet: 85, 04 and DB. RGB value is (133,4,219). Sum of RGB (Red+Green+Blue) = 133+4+219=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #8504DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8504DB is #7AFB24. Grayscale: #424242. Windows color (decimal): -8059685 or 14353541. OLE color: 14353541.
HSL color Cylindrical-coordinate representation of color #8504DB: hue angle of 276º 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 #8504DB is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 4 | 219 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.14 |
| HSL | 276º | 0.96% | 0.44% | - |
| HSV(B) | 276º | 0.98% | 0.86% | - |
| XYZ | 22.5 | 10.19 | 67.8 | - |
| YUV | 67.08 | 213.74 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 219 | 0.39 | 0.98 | 0 | 0.14 | 276 | 0.96 | 0.44 |
| Hex | 85 | 4 | DB | 27 | 62 | 0 | E | 114 | 60 | 2C |
| Octal | 205 | 4 | 333 | 47 | 142 | 0 | 16 | 424 | 140 | 54 |
| Binary | 10000101 | 100 | 11011011 | 100111 | 1100010 | 0 | 1110 | 100010100 | 1100000 | 101100 |
Color Harmonies of #8504DB
Complementary color
Monochromatic Colors of #8504DB
Black with #8504DB
Text Example
Text Example
White with #8504DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8504DB; }
p { color: rgb(133,4,219); }
H1.HeaderClassName
{
color: #8504DB;
}
.AnyTagClassName
{
color: #8504DB;
}
</style>
background-color css
<style>
a { background-color: #8504DB; }
a { background-color: rgb(133,4,219); }
div.DivClassName
{
background-color: #8504DB;
}
.BgClassName
{
background-color: #8504DB;
}
</style>
border-color css
<style>
span { border-color: #8504DB; }
span { border-color: rgb(133,4,219); }
td.TdClassName
{
border-color: #8504DB;
}
.TagClassName
{
border-color: #8504DB;
}
</style>