Shades of Dark Violet #8214D2
Tints of Dark Violet #8214D2
RGB
CMYK
RGB Variations
Color information
#8214D2 (or 0x8214D2) is known color: Dark Violet. HEX triplet: 82, 14 and D2. RGB value is (130,20,210). Sum of RGB (Red+Green+Blue) = 130+20+210=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 210 (82.42% from 255 or 58.33% from 360); Max value from RGB is 210 - color contains mainly: blue. Hex color #8214D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214D2 is #7DEB2D. Grayscale: #494949. Windows color (decimal): -8252206 or 13767810. OLE color: 13767810.
HSL color Cylindrical-coordinate representation of color #8214D2: hue angle of 274.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8214D2 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 20 | 210 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.18 |
| HSL | 274.74º | 0.83% | 0.45% | - |
| HSV(B) | 274.74º | 0.9% | 0.82% | - |
| XYZ | 21.09 | 9.9 | 61.77 | - |
| YUV | 74.55 | 204.44 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 210 | 0.38 | 0.90 | 0 | 0.18 | 274.74 | 0.83 | 0.45 |
| Hex | 82 | 14 | D2 | 26 | 5A | 0 | 12 | 113 | 53 | 2D |
| Octal | 202 | 24 | 322 | 46 | 132 | 0 | 22 | 423 | 123 | 55 |
| Binary | 10000010 | 10100 | 11010010 | 100110 | 1011010 | 0 | 10010 | 100010011 | 1010011 | 101101 |
Color Harmonies of #8214D2
Complementary color
Monochromatic Colors of #8214D2
Black with #8214D2
Text Example
Text Example
White with #8214D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8214D2; }
p { color: rgb(130,20,210); }
H1.HeaderClassName
{
color: #8214D2;
}
.AnyTagClassName
{
color: #8214D2;
}
</style>
background-color css
<style>
a { background-color: #8214D2; }
a { background-color: rgb(130,20,210); }
div.DivClassName
{
background-color: #8214D2;
}
.BgClassName
{
background-color: #8214D2;
}
</style>
border-color css
<style>
span { border-color: #8214D2; }
span { border-color: rgb(130,20,210); }
td.TdClassName
{
border-color: #8214D2;
}
.TagClassName
{
border-color: #8214D2;
}
</style>