Shades of Dark Violet #8414CB
Tints of Dark Violet #8414CB
RGB
CMYK
RGB Variations
Color information
#8414CB (or 0x8414CB) is known color: Dark Violet. HEX triplet: 84, 14 and CB. RGB value is (132,20,203). Sum of RGB (Red+Green+Blue) = 132+20+203=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #8414CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8414CB is #7BEB34. Grayscale: #494949. Windows color (decimal): -8121141 or 13309060. OLE color: 13309060.
HSL color Cylindrical-coordinate representation of color #8414CB: hue angle of 276.72º degrees, saturation: 0.82, 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 #8414CB is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 20 | 203 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.20 |
| HSL | 276.72º | 0.82% | 0.44% | - |
| HSV(B) | 276.72º | 0.9% | 0.8% | - |
| XYZ | 20.55 | 9.72 | 57.29 | - |
| YUV | 74.35 | 200.61 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 203 | 0.35 | 0.90 | 0 | 0.20 | 276.72 | 0.82 | 0.44 |
| Hex | 84 | 14 | CB | 23 | 5A | 0 | 14 | 115 | 52 | 2C |
| Octal | 204 | 24 | 313 | 43 | 132 | 0 | 24 | 425 | 122 | 54 |
| Binary | 10000100 | 10100 | 11001011 | 100011 | 1011010 | 0 | 10100 | 100010101 | 1010010 | 101100 |
Color Harmonies of #8414CB
Complementary color
Monochromatic Colors of #8414CB
Black with #8414CB
Text Example
Text Example
White with #8414CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8414CB; }
p { color: rgb(132,20,203); }
H1.HeaderClassName
{
color: #8414CB;
}
.AnyTagClassName
{
color: #8414CB;
}
</style>
background-color css
<style>
a { background-color: #8414CB; }
a { background-color: rgb(132,20,203); }
div.DivClassName
{
background-color: #8414CB;
}
.BgClassName
{
background-color: #8414CB;
}
</style>
border-color css
<style>
span { border-color: #8414CB; }
span { border-color: rgb(132,20,203); }
td.TdClassName
{
border-color: #8414CB;
}
.TagClassName
{
border-color: #8414CB;
}
</style>