Shades of Dark Violet #8413CB
Tints of Dark Violet #8413CB
RGB
CMYK
RGB Variations
Color information
#8413CB (or 0x8413CB) is known color: Dark Violet. HEX triplet: 84, 13 and CB. RGB value is (132,19,203). Sum of RGB (Red+Green+Blue) = 132+19+203=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #8413CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8413CB is #7BEC34. Grayscale: #494949. Windows color (decimal): -8121397 or 13308804. OLE color: 13308804.
HSL color Cylindrical-coordinate representation of color #8413CB: hue angle of 276.85º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8413CB is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 19 | 203 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.20 |
| HSL | 276.85º | 0.83% | 0.44% | - |
| HSV(B) | 276.85º | 0.91% | 0.8% | - |
| XYZ | 20.53 | 9.68 | 57.29 | - |
| YUV | 73.76 | 200.94 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 203 | 0.35 | 0.91 | 0 | 0.20 | 276.85 | 0.83 | 0.44 |
| Hex | 84 | 13 | CB | 23 | 5B | 0 | 14 | 115 | 53 | 2C |
| Octal | 204 | 23 | 313 | 43 | 133 | 0 | 24 | 425 | 123 | 54 |
| Binary | 10000100 | 10011 | 11001011 | 100011 | 1011011 | 0 | 10100 | 100010101 | 1010011 | 101100 |
Color Harmonies of #8413CB
Complementary color
Monochromatic Colors of #8413CB
Black with #8413CB
Text Example
Text Example
White with #8413CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8413CB; }
p { color: rgb(132,19,203); }
H1.HeaderClassName
{
color: #8413CB;
}
.AnyTagClassName
{
color: #8413CB;
}
</style>
background-color css
<style>
a { background-color: #8413CB; }
a { background-color: rgb(132,19,203); }
div.DivClassName
{
background-color: #8413CB;
}
.BgClassName
{
background-color: #8413CB;
}
</style>
border-color css
<style>
span { border-color: #8413CB; }
span { border-color: rgb(132,19,203); }
td.TdClassName
{
border-color: #8413CB;
}
.TagClassName
{
border-color: #8413CB;
}
</style>