Shades of Dark Violet #8405CB
Tints of Dark Violet #8405CB
RGB
CMYK
RGB Variations
Color information
#8405CB (or 0x8405CB) is known color: Dark Violet. HEX triplet: 84, 05 and CB. RGB value is (132,5,203). Sum of RGB (Red+Green+Blue) = 132+5+203=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #8405CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8405CB is #7BFA34. Grayscale: #404040. Windows color (decimal): -8124981 or 13305220. OLE color: 13305220.
HSL color Cylindrical-coordinate representation of color #8405CB: hue angle of 278.48º 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 #8405CB is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 5 | 203 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.20 |
| HSL | 278.48º | 0.95% | 0.41% | - |
| HSV(B) | 278.48º | 0.98% | 0.8% | - |
| XYZ | 20.35 | 9.33 | 57.23 | - |
| YUV | 65.55 | 205.58 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 203 | 0.35 | 0.98 | 0 | 0.20 | 278.48 | 0.95 | 0.41 |
| Hex | 84 | 5 | CB | 23 | 62 | 0 | 14 | 116 | 5F | 29 |
| Octal | 204 | 5 | 313 | 43 | 142 | 0 | 24 | 426 | 137 | 51 |
| Binary | 10000100 | 101 | 11001011 | 100011 | 1100010 | 0 | 10100 | 100010110 | 1011111 | 101001 |
Color Harmonies of #8405CB
Complementary color
Monochromatic Colors of #8405CB
Black with #8405CB
Text Example
Text Example
White with #8405CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405CB; }
p { color: rgb(132,5,203); }
H1.HeaderClassName
{
color: #8405CB;
}
.AnyTagClassName
{
color: #8405CB;
}
</style>
background-color css
<style>
a { background-color: #8405CB; }
a { background-color: rgb(132,5,203); }
div.DivClassName
{
background-color: #8405CB;
}
.BgClassName
{
background-color: #8405CB;
}
</style>
border-color css
<style>
span { border-color: #8405CB; }
span { border-color: rgb(132,5,203); }
td.TdClassName
{
border-color: #8405CB;
}
.TagClassName
{
border-color: #8405CB;
}
</style>