Shades of Dark Violet #8308CE
Tints of Dark Violet #8308CE
RGB
CMYK
RGB Variations
Color information
#8308CE (or 0x8308CE) is known color: Dark Violet. HEX triplet: 83, 08 and CE. RGB value is (131,8,206). Sum of RGB (Red+Green+Blue) = 131+8+206=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #8308CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308CE is #7CF731. Grayscale: #424242. Windows color (decimal): -8189746 or 13502595. OLE color: 13502595.
HSL color Cylindrical-coordinate representation of color #8308CE: hue angle of 277.27º degrees, saturation: 0.93, 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 #8308CE is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 8 | 206 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.19 |
| HSL | 277.27º | 0.93% | 0.42% | - |
| HSV(B) | 277.27º | 0.96% | 0.81% | - |
| XYZ | 20.59 | 9.46 | 59.13 | - |
| YUV | 67.35 | 206.25 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 206 | 0.36 | 0.96 | 0 | 0.19 | 277.27 | 0.93 | 0.42 |
| Hex | 83 | 8 | CE | 24 | 60 | 0 | 13 | 115 | 5D | 2A |
| Octal | 203 | 10 | 316 | 44 | 140 | 0 | 23 | 425 | 135 | 52 |
| Binary | 10000011 | 1000 | 11001110 | 100100 | 1100000 | 0 | 10011 | 100010101 | 1011101 | 101010 |
Color Harmonies of #8308CE
Complementary color
Monochromatic Colors of #8308CE
Black with #8308CE
Text Example
Text Example
White with #8308CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8308CE; }
p { color: rgb(131,8,206); }
H1.HeaderClassName
{
color: #8308CE;
}
.AnyTagClassName
{
color: #8308CE;
}
</style>
background-color css
<style>
a { background-color: #8308CE; }
a { background-color: rgb(131,8,206); }
div.DivClassName
{
background-color: #8308CE;
}
.BgClassName
{
background-color: #8308CE;
}
</style>
border-color css
<style>
span { border-color: #8308CE; }
span { border-color: rgb(131,8,206); }
td.TdClassName
{
border-color: #8308CE;
}
.TagClassName
{
border-color: #8308CE;
}
</style>