Shades of Dark Violet #8409C6
Tints of Dark Violet #8409C6
RGB
CMYK
RGB Variations
Color information
#8409C6 (or 0x8409C6) is known color: Dark Violet. HEX triplet: 84, 09 and C6. RGB value is (132,9,198). Sum of RGB (Red+Green+Blue) = 132+9+198=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 198 (77.73% from 255 or 58.41% from 339); Max value from RGB is 198 - color contains mainly: blue. Hex color #8409C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8409C6 is #7BF639. Grayscale: #424242. Windows color (decimal): -8123962 or 12978564. OLE color: 12978564.
HSL color Cylindrical-coordinate representation of color #8409C6: hue angle of 279.05º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8409C6 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 9 | 198 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.22 |
| HSL | 279.05º | 0.91% | 0.41% | - |
| HSV(B) | 279.05º | 0.95% | 0.78% | - |
| XYZ | 19.81 | 9.18 | 54.15 | - |
| YUV | 67.32 | 201.75 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 198 | 0.33 | 0.95 | 0 | 0.22 | 279.05 | 0.91 | 0.41 |
| Hex | 84 | 9 | C6 | 21 | 5F | 0 | 16 | 117 | 5B | 29 |
| Octal | 204 | 11 | 306 | 41 | 137 | 0 | 26 | 427 | 133 | 51 |
| Binary | 10000100 | 1001 | 11000110 | 100001 | 1011111 | 0 | 10110 | 100010111 | 1011011 | 101001 |
Color Harmonies of #8409C6
Complementary color
Monochromatic Colors of #8409C6
Black with #8409C6
Text Example
Text Example
White with #8409C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409C6; }
p { color: rgb(132,9,198); }
H1.HeaderClassName
{
color: #8409C6;
}
.AnyTagClassName
{
color: #8409C6;
}
</style>
background-color css
<style>
a { background-color: #8409C6; }
a { background-color: rgb(132,9,198); }
div.DivClassName
{
background-color: #8409C6;
}
.BgClassName
{
background-color: #8409C6;
}
</style>
border-color css
<style>
span { border-color: #8409C6; }
span { border-color: rgb(132,9,198); }
td.TdClassName
{
border-color: #8409C6;
}
.TagClassName
{
border-color: #8409C6;
}
</style>