Shades of Dark Violet #8409CC
Tints of Dark Violet #8409CC
RGB
CMYK
RGB Variations
Color information
#8409CC (or 0x8409CC) is known color: Dark Violet. HEX triplet: 84, 09 and CC. RGB value is (132,9,204). Sum of RGB (Red+Green+Blue) = 132+9+204=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #8409CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8409CC is #7BF633. Grayscale: #434343. Windows color (decimal): -8123956 or 13371780. OLE color: 13371780.
HSL color Cylindrical-coordinate representation of color #8409CC: hue angle of 277.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8409CC is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 9 | 204 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.2 |
| HSL | 277.85º | 0.92% | 0.42% | - |
| HSV(B) | 277.85º | 0.96% | 0.8% | - |
| XYZ | 20.51 | 9.46 | 57.87 | - |
| YUV | 68.01 | 204.75 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 204 | 0.35 | 0.96 | 0 | 0.2 | 277.85 | 0.92 | 0.42 |
| Hex | 84 | 9 | CC | 23 | 60 | 0 | 14 | 116 | 5C | 2A |
| Octal | 204 | 11 | 314 | 43 | 140 | 0 | 24 | 426 | 134 | 52 |
| Binary | 10000100 | 1001 | 11001100 | 100011 | 1100000 | 0 | 10100 | 100010110 | 1011100 | 101010 |
Color Harmonies of #8409CC
Complementary color
Monochromatic Colors of #8409CC
Black with #8409CC
Text Example
Text Example
White with #8409CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409CC; }
p { color: rgb(132,9,204); }
H1.HeaderClassName
{
color: #8409CC;
}
.AnyTagClassName
{
color: #8409CC;
}
</style>
background-color css
<style>
a { background-color: #8409CC; }
a { background-color: rgb(132,9,204); }
div.DivClassName
{
background-color: #8409CC;
}
.BgClassName
{
background-color: #8409CC;
}
</style>
border-color css
<style>
span { border-color: #8409CC; }
span { border-color: rgb(132,9,204); }
td.TdClassName
{
border-color: #8409CC;
}
.TagClassName
{
border-color: #8409CC;
}
</style>