Shades of Dark Violet #8204CB
Tints of Dark Violet #8204CB
RGB
CMYK
RGB Variations
Color information
#8204CB (or 0x8204CB) is known color: Dark Violet. HEX triplet: 82, 04 and CB. RGB value is (130,4,203). Sum of RGB (Red+Green+Blue) = 130+4+203=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #8204CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204CB is #7DFB34. Grayscale: #3F3F3F. Windows color (decimal): -8256309 or 13304962. OLE color: 13304962.
HSL color Cylindrical-coordinate representation of color #8204CB: hue angle of 277.99º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204CB is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 4 | 203 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.20 |
| HSL | 277.99º | 0.96% | 0.41% | - |
| HSV(B) | 277.99º | 0.98% | 0.8% | - |
| XYZ | 20.03 | 9.14 | 57.21 | - |
| YUV | 64.36 | 206.24 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 203 | 0.36 | 0.98 | 0 | 0.20 | 277.99 | 0.96 | 0.41 |
| Hex | 82 | 4 | CB | 24 | 62 | 0 | 14 | 116 | 60 | 29 |
| Octal | 202 | 4 | 313 | 44 | 142 | 0 | 24 | 426 | 140 | 51 |
| Binary | 10000010 | 100 | 11001011 | 100100 | 1100010 | 0 | 10100 | 100010110 | 1100000 | 101001 |
Color Harmonies of #8204CB
Complementary color
Monochromatic Colors of #8204CB
Black with #8204CB
Text Example
Text Example
White with #8204CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8204CB; }
p { color: rgb(130,4,203); }
H1.HeaderClassName
{
color: #8204CB;
}
.AnyTagClassName
{
color: #8204CB;
}
</style>
background-color css
<style>
a { background-color: #8204CB; }
a { background-color: rgb(130,4,203); }
div.DivClassName
{
background-color: #8204CB;
}
.BgClassName
{
background-color: #8204CB;
}
</style>
border-color css
<style>
span { border-color: #8204CB; }
span { border-color: rgb(130,4,203); }
td.TdClassName
{
border-color: #8204CB;
}
.TagClassName
{
border-color: #8204CB;
}
</style>