Shades of Dark Violet #8209CA
Tints of Dark Violet #8209CA
RGB
CMYK
RGB Variations
Color information
#8209CA (or 0x8209CA) is known color: Dark Violet. HEX triplet: 82, 09 and CA. RGB value is (130,9,202). Sum of RGB (Red+Green+Blue) = 130+9+202=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #8209CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8209CA is #7DF635. Grayscale: #424242. Windows color (decimal): -8255030 or 13240706. OLE color: 13240706.
HSL color Cylindrical-coordinate representation of color #8209CA: hue angle of 277.62º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8209CA is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 9 | 202 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.21 |
| HSL | 277.62º | 0.91% | 0.41% | - |
| HSV(B) | 277.62º | 0.96% | 0.79% | - |
| XYZ | 19.96 | 9.21 | 56.6 | - |
| YUV | 67.18 | 204.09 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 202 | 0.36 | 0.96 | 0 | 0.21 | 277.62 | 0.91 | 0.41 |
| Hex | 82 | 9 | CA | 24 | 60 | 0 | 15 | 116 | 5B | 29 |
| Octal | 202 | 11 | 312 | 44 | 140 | 0 | 25 | 426 | 133 | 51 |
| Binary | 10000010 | 1001 | 11001010 | 100100 | 1100000 | 0 | 10101 | 100010110 | 1011011 | 101001 |
Color Harmonies of #8209CA
Complementary color
Monochromatic Colors of #8209CA
Black with #8209CA
Text Example
Text Example
White with #8209CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8209CA; }
p { color: rgb(130,9,202); }
H1.HeaderClassName
{
color: #8209CA;
}
.AnyTagClassName
{
color: #8209CA;
}
</style>
background-color css
<style>
a { background-color: #8209CA; }
a { background-color: rgb(130,9,202); }
div.DivClassName
{
background-color: #8209CA;
}
.BgClassName
{
background-color: #8209CA;
}
</style>
border-color css
<style>
span { border-color: #8209CA; }
span { border-color: rgb(130,9,202); }
td.TdClassName
{
border-color: #8209CA;
}
.TagClassName
{
border-color: #8209CA;
}
</style>