Shades of Dark Violet #8405CF
Tints of Dark Violet #8405CF
RGB
CMYK
RGB Variations
Color information
#8405CF (or 0x8405CF) is known color: Dark Violet. HEX triplet: 84, 05 and CF. RGB value is (132,5,207). Sum of RGB (Red+Green+Blue) = 132+5+207=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #8405CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8405CF is #7BFA30. Grayscale: #414141. Windows color (decimal): -8124977 or 13567364. OLE color: 13567364.
HSL color Cylindrical-coordinate representation of color #8405CF: hue angle of 277.72º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8405CF is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 5 | 207 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.19 |
| HSL | 277.72º | 0.95% | 0.42% | - |
| HSV(B) | 277.72º | 0.98% | 0.81% | - |
| XYZ | 20.83 | 9.52 | 59.77 | - |
| YUV | 66 | 207.58 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 207 | 0.36 | 0.98 | 0 | 0.19 | 277.72 | 0.95 | 0.42 |
| Hex | 84 | 5 | CF | 24 | 62 | 0 | 13 | 116 | 5F | 2A |
| Octal | 204 | 5 | 317 | 44 | 142 | 0 | 23 | 426 | 137 | 52 |
| Binary | 10000100 | 101 | 11001111 | 100100 | 1100010 | 0 | 10011 | 100010110 | 1011111 | 101010 |
Color Harmonies of #8405CF
Complementary color
Monochromatic Colors of #8405CF
Black with #8405CF
Text Example
Text Example
White with #8405CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405CF; }
p { color: rgb(132,5,207); }
H1.HeaderClassName
{
color: #8405CF;
}
.AnyTagClassName
{
color: #8405CF;
}
</style>
background-color css
<style>
a { background-color: #8405CF; }
a { background-color: rgb(132,5,207); }
div.DivClassName
{
background-color: #8405CF;
}
.BgClassName
{
background-color: #8405CF;
}
</style>
border-color css
<style>
span { border-color: #8405CF; }
span { border-color: rgb(132,5,207); }
td.TdClassName
{
border-color: #8405CF;
}
.TagClassName
{
border-color: #8405CF;
}
</style>