Shades of Dark Violet #8409CB
Tints of Dark Violet #8409CB
RGB
CMYK
RGB Variations
Color information
#8409CB (or 0x8409CB) is known color: Dark Violet. HEX triplet: 84, 09 and CB. RGB value is (132,9,203). Sum of RGB (Red+Green+Blue) = 132+9+203=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #8409CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8409CB is #7BF634. Grayscale: #434343. Windows color (decimal): -8123957 or 13306244. OLE color: 13306244.
HSL color Cylindrical-coordinate representation of color #8409CB: hue angle of 278.04º 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 #8409CB is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 9 | 203 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.20 |
| HSL | 278.04º | 0.92% | 0.42% | - |
| HSV(B) | 278.04º | 0.96% | 0.8% | - |
| XYZ | 20.39 | 9.41 | 57.24 | - |
| YUV | 67.89 | 204.25 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 203 | 0.35 | 0.96 | 0 | 0.20 | 278.04 | 0.92 | 0.42 |
| Hex | 84 | 9 | CB | 23 | 60 | 0 | 14 | 116 | 5C | 2A |
| Octal | 204 | 11 | 313 | 43 | 140 | 0 | 24 | 426 | 134 | 52 |
| Binary | 10000100 | 1001 | 11001011 | 100011 | 1100000 | 0 | 10100 | 100010110 | 1011100 | 101010 |
Color Harmonies of #8409CB
Complementary color
Monochromatic Colors of #8409CB
Black with #8409CB
Text Example
Text Example
White with #8409CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409CB; }
p { color: rgb(132,9,203); }
H1.HeaderClassName
{
color: #8409CB;
}
.AnyTagClassName
{
color: #8409CB;
}
</style>
background-color css
<style>
a { background-color: #8409CB; }
a { background-color: rgb(132,9,203); }
div.DivClassName
{
background-color: #8409CB;
}
.BgClassName
{
background-color: #8409CB;
}
</style>
border-color css
<style>
span { border-color: #8409CB; }
span { border-color: rgb(132,9,203); }
td.TdClassName
{
border-color: #8409CB;
}
.TagClassName
{
border-color: #8409CB;
}
</style>