Shades of Dark Violet #8410CB
Tints of Dark Violet #8410CB
RGB
CMYK
RGB Variations
Color information
#8410CB (or 0x8410CB) is known color: Dark Violet. HEX triplet: 84, 10 and CB. RGB value is (132,16,203). Sum of RGB (Red+Green+Blue) = 132+16+203=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #8410CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8410CB is #7BEF34. Grayscale: #474747. Windows color (decimal): -8122165 or 13308036. OLE color: 13308036.
HSL color Cylindrical-coordinate representation of color #8410CB: hue angle of 277.22º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8410CB is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 16 | 203 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.20 |
| HSL | 277.22º | 0.85% | 0.43% | - |
| HSV(B) | 277.22º | 0.92% | 0.8% | - |
| XYZ | 20.48 | 9.59 | 57.27 | - |
| YUV | 72 | 201.93 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 203 | 0.35 | 0.92 | 0 | 0.20 | 277.22 | 0.85 | 0.43 |
| Hex | 84 | 10 | CB | 23 | 5C | 0 | 14 | 115 | 55 | 2B |
| Octal | 204 | 20 | 313 | 43 | 134 | 0 | 24 | 425 | 125 | 53 |
| Binary | 10000100 | 10000 | 11001011 | 100011 | 1011100 | 0 | 10100 | 100010101 | 1010101 | 101011 |
Color Harmonies of #8410CB
Complementary color
Monochromatic Colors of #8410CB
Black with #8410CB
Text Example
Text Example
White with #8410CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8410CB; }
p { color: rgb(132,16,203); }
H1.HeaderClassName
{
color: #8410CB;
}
.AnyTagClassName
{
color: #8410CB;
}
</style>
background-color css
<style>
a { background-color: #8410CB; }
a { background-color: rgb(132,16,203); }
div.DivClassName
{
background-color: #8410CB;
}
.BgClassName
{
background-color: #8410CB;
}
</style>
border-color css
<style>
span { border-color: #8410CB; }
span { border-color: rgb(132,16,203); }
td.TdClassName
{
border-color: #8410CB;
}
.TagClassName
{
border-color: #8410CB;
}
</style>