Shades of Dark Violet #8309CE
Tints of Dark Violet #8309CE
RGB
CMYK
RGB Variations
Color information
#8309CE (or 0x8309CE) is known color: Dark Violet. HEX triplet: 83, 09 and CE. RGB value is (131,9,206). Sum of RGB (Red+Green+Blue) = 131+9+206=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #8309CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8309CE is #7CF631. Grayscale: #434343. Windows color (decimal): -8189490 or 13502851. OLE color: 13502851.
HSL color Cylindrical-coordinate representation of color #8309CE: hue angle of 277.16º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8309CE is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 9 | 206 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.19 |
| HSL | 277.16º | 0.92% | 0.42% | - |
| HSV(B) | 277.16º | 0.96% | 0.81% | - |
| XYZ | 20.6 | 9.48 | 59.14 | - |
| YUV | 67.94 | 205.92 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 206 | 0.36 | 0.96 | 0 | 0.19 | 277.16 | 0.92 | 0.42 |
| Hex | 83 | 9 | CE | 24 | 60 | 0 | 13 | 115 | 5C | 2A |
| Octal | 203 | 11 | 316 | 44 | 140 | 0 | 23 | 425 | 134 | 52 |
| Binary | 10000011 | 1001 | 11001110 | 100100 | 1100000 | 0 | 10011 | 100010101 | 1011100 | 101010 |
Color Harmonies of #8309CE
Complementary color
Monochromatic Colors of #8309CE
Black with #8309CE
Text Example
Text Example
White with #8309CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8309CE; }
p { color: rgb(131,9,206); }
H1.HeaderClassName
{
color: #8309CE;
}
.AnyTagClassName
{
color: #8309CE;
}
</style>
background-color css
<style>
a { background-color: #8309CE; }
a { background-color: rgb(131,9,206); }
div.DivClassName
{
background-color: #8309CE;
}
.BgClassName
{
background-color: #8309CE;
}
</style>
border-color css
<style>
span { border-color: #8309CE; }
span { border-color: rgb(131,9,206); }
td.TdClassName
{
border-color: #8309CE;
}
.TagClassName
{
border-color: #8309CE;
}
</style>