Shades of Dark Violet #8409CA
Tints of Dark Violet #8409CA
RGB
CMYK
RGB Variations
Color information
#8409CA (or 0x8409CA) is known color: Dark Violet. HEX triplet: 84, 09 and CA. RGB value is (132,9,202). Sum of RGB (Red+Green+Blue) = 132+9+202=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #8409CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8409CA is #7BF635. Grayscale: #434343. Windows color (decimal): -8123958 or 13240708. OLE color: 13240708.
HSL color Cylindrical-coordinate representation of color #8409CA: hue angle of 278.24º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8409CA is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 9 | 202 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.21 |
| HSL | 278.24º | 0.91% | 0.41% | - |
| HSV(B) | 278.24º | 0.96% | 0.79% | - |
| XYZ | 20.27 | 9.37 | 56.62 | - |
| YUV | 67.78 | 203.75 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 202 | 0.35 | 0.96 | 0 | 0.21 | 278.24 | 0.91 | 0.41 |
| Hex | 84 | 9 | CA | 23 | 60 | 0 | 15 | 116 | 5B | 29 |
| Octal | 204 | 11 | 312 | 43 | 140 | 0 | 25 | 426 | 133 | 51 |
| Binary | 10000100 | 1001 | 11001010 | 100011 | 1100000 | 0 | 10101 | 100010110 | 1011011 | 101001 |
Color Harmonies of #8409CA
Complementary color
Monochromatic Colors of #8409CA
Black with #8409CA
Text Example
Text Example
White with #8409CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409CA; }
p { color: rgb(132,9,202); }
H1.HeaderClassName
{
color: #8409CA;
}
.AnyTagClassName
{
color: #8409CA;
}
</style>
background-color css
<style>
a { background-color: #8409CA; }
a { background-color: rgb(132,9,202); }
div.DivClassName
{
background-color: #8409CA;
}
.BgClassName
{
background-color: #8409CA;
}
</style>
border-color css
<style>
span { border-color: #8409CA; }
span { border-color: rgb(132,9,202); }
td.TdClassName
{
border-color: #8409CA;
}
.TagClassName
{
border-color: #8409CA;
}
</style>