Shades of Dark Violet #8209CB
Tints of Dark Violet #8209CB
RGB
CMYK
RGB Variations
Color information
#8209CB (or 0x8209CB) is known color: Dark Violet. HEX triplet: 82, 09 and CB. RGB value is (130,9,203). Sum of RGB (Red+Green+Blue) = 130+9+203=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #8209CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8209CB is #7DF634. Grayscale: #424242. Windows color (decimal): -8255029 or 13306242. OLE color: 13306242.
HSL color Cylindrical-coordinate representation of color #8209CB: hue angle of 277.42º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8209CB is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 9 | 203 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.20 |
| HSL | 277.42º | 0.92% | 0.42% | - |
| HSV(B) | 277.42º | 0.96% | 0.8% | - |
| XYZ | 20.08 | 9.25 | 57.23 | - |
| YUV | 67.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 203 | 0.36 | 0.96 | 0 | 0.20 | 277.42 | 0.92 | 0.42 |
| Hex | 82 | 9 | CB | 24 | 60 | 0 | 14 | 115 | 5C | 2A |
| Octal | 202 | 11 | 313 | 44 | 140 | 0 | 24 | 425 | 134 | 52 |
| Binary | 10000010 | 1001 | 11001011 | 100100 | 1100000 | 0 | 10100 | 100010101 | 1011100 | 101010 |
Color Harmonies of #8209CB
Complementary color
Monochromatic Colors of #8209CB
Black with #8209CB
Text Example
Text Example
White with #8209CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8209CB; }
p { color: rgb(130,9,203); }
H1.HeaderClassName
{
color: #8209CB;
}
.AnyTagClassName
{
color: #8209CB;
}
</style>
background-color css
<style>
a { background-color: #8209CB; }
a { background-color: rgb(130,9,203); }
div.DivClassName
{
background-color: #8209CB;
}
.BgClassName
{
background-color: #8209CB;
}
</style>
border-color css
<style>
span { border-color: #8209CB; }
span { border-color: rgb(130,9,203); }
td.TdClassName
{
border-color: #8209CB;
}
.TagClassName
{
border-color: #8209CB;
}
</style>