Shades of Dark Violet #8405CC
Tints of Dark Violet #8405CC
RGB
CMYK
RGB Variations
Color information
#8405CC (or 0x8405CC) is known color: Dark Violet. HEX triplet: 84, 05 and CC. RGB value is (132,5,204). Sum of RGB (Red+Green+Blue) = 132+5+204=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #8405CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8405CC is #7BFA33. Grayscale: #404040. Windows color (decimal): -8124980 or 13370756. OLE color: 13370756.
HSL color Cylindrical-coordinate representation of color #8405CC: hue angle of 278.29º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8405CC is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 5 | 204 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.2 |
| HSL | 278.29º | 0.95% | 0.41% | - |
| HSV(B) | 278.29º | 0.98% | 0.8% | - |
| XYZ | 20.47 | 9.37 | 57.86 | - |
| YUV | 65.66 | 206.08 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 204 | 0.35 | 0.98 | 0 | 0.2 | 278.29 | 0.95 | 0.41 |
| Hex | 84 | 5 | CC | 23 | 62 | 0 | 14 | 116 | 5F | 29 |
| Octal | 204 | 5 | 314 | 43 | 142 | 0 | 24 | 426 | 137 | 51 |
| Binary | 10000100 | 101 | 11001100 | 100011 | 1100010 | 0 | 10100 | 100010110 | 1011111 | 101001 |
Color Harmonies of #8405CC
Complementary color
Monochromatic Colors of #8405CC
Black with #8405CC
Text Example
Text Example
White with #8405CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405CC; }
p { color: rgb(132,5,204); }
H1.HeaderClassName
{
color: #8405CC;
}
.AnyTagClassName
{
color: #8405CC;
}
</style>
background-color css
<style>
a { background-color: #8405CC; }
a { background-color: rgb(132,5,204); }
div.DivClassName
{
background-color: #8405CC;
}
.BgClassName
{
background-color: #8405CC;
}
</style>
border-color css
<style>
span { border-color: #8405CC; }
span { border-color: rgb(132,5,204); }
td.TdClassName
{
border-color: #8405CC;
}
.TagClassName
{
border-color: #8405CC;
}
</style>