Shades of Dark Violet #8405DB
Tints of Dark Violet #8405DB
RGB
CMYK
RGB Variations
Color information
#8405DB (or 0x8405DB) is known color: Dark Violet. HEX triplet: 84, 05 and DB. RGB value is (132,5,219). Sum of RGB (Red+Green+Blue) = 132+5+219=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 5 (2.34% from 255 or 1.40% 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 #8405DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8405DB is #7BFA24. Grayscale: #424242. Windows color (decimal): -8124965 or 14353796. OLE color: 14353796.
HSL color Cylindrical-coordinate representation of color #8405DB: hue angle of 275.61º 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 #8405DB is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 5 | 219 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.14 |
| HSL | 275.61º | 0.96% | 0.44% | - |
| HSV(B) | 275.61º | 0.98% | 0.86% | - |
| XYZ | 22.36 | 10.13 | 67.79 | - |
| YUV | 67.37 | 213.58 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 219 | 0.40 | 0.98 | 0 | 0.14 | 275.61 | 0.96 | 0.44 |
| Hex | 84 | 5 | DB | 28 | 62 | 0 | E | 114 | 60 | 2C |
| Octal | 204 | 5 | 333 | 50 | 142 | 0 | 16 | 424 | 140 | 54 |
| Binary | 10000100 | 101 | 11011011 | 101000 | 1100010 | 0 | 1110 | 100010100 | 1100000 | 101100 |
Color Harmonies of #8405DB
Complementary color
Monochromatic Colors of #8405DB
Black with #8405DB
Text Example
Text Example
White with #8405DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405DB; }
p { color: rgb(132,5,219); }
H1.HeaderClassName
{
color: #8405DB;
}
.AnyTagClassName
{
color: #8405DB;
}
</style>
background-color css
<style>
a { background-color: #8405DB; }
a { background-color: rgb(132,5,219); }
div.DivClassName
{
background-color: #8405DB;
}
.BgClassName
{
background-color: #8405DB;
}
</style>
border-color css
<style>
span { border-color: #8405DB; }
span { border-color: rgb(132,5,219); }
td.TdClassName
{
border-color: #8405DB;
}
.TagClassName
{
border-color: #8405DB;
}
</style>