Shades of Dark Violet #8415CB
Tints of Dark Violet #8415CB
RGB
CMYK
RGB Variations
Color information
#8415CB (or 0x8415CB) is known color: Dark Violet. HEX triplet: 84, 15 and CB. RGB value is (132,21,203). Sum of RGB (Red+Green+Blue) = 132+21+203=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #8415CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8415CB is #7BEA34. Grayscale: #4A4A4A. Windows color (decimal): -8120885 or 13309316. OLE color: 13309316.
HSL color Cylindrical-coordinate representation of color #8415CB: hue angle of 276.59º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8415CB is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 21 | 203 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.20 |
| HSL | 276.59º | 0.81% | 0.44% | - |
| HSV(B) | 276.59º | 0.9% | 0.8% | - |
| XYZ | 20.56 | 9.75 | 57.3 | - |
| YUV | 74.94 | 200.27 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 203 | 0.35 | 0.90 | 0 | 0.20 | 276.59 | 0.81 | 0.44 |
| Hex | 84 | 15 | CB | 23 | 5A | 0 | 14 | 115 | 51 | 2C |
| Octal | 204 | 25 | 313 | 43 | 132 | 0 | 24 | 425 | 121 | 54 |
| Binary | 10000100 | 10101 | 11001011 | 100011 | 1011010 | 0 | 10100 | 100010101 | 1010001 | 101100 |
Color Harmonies of #8415CB
Complementary color
Monochromatic Colors of #8415CB
Black with #8415CB
Text Example
Text Example
White with #8415CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8415CB; }
p { color: rgb(132,21,203); }
H1.HeaderClassName
{
color: #8415CB;
}
.AnyTagClassName
{
color: #8415CB;
}
</style>
background-color css
<style>
a { background-color: #8415CB; }
a { background-color: rgb(132,21,203); }
div.DivClassName
{
background-color: #8415CB;
}
.BgClassName
{
background-color: #8415CB;
}
</style>
border-color css
<style>
span { border-color: #8415CB; }
span { border-color: rgb(132,21,203); }
td.TdClassName
{
border-color: #8415CB;
}
.TagClassName
{
border-color: #8415CB;
}
</style>