Shades of Dark Violet #8308E0
Tints of Dark Violet #8308E0
RGB
CMYK
RGB Variations
Color information
#8308E0 (or 0x8308E0) is known color: Dark Violet. HEX triplet: 83, 08 and E0. RGB value is (131,8,224). Sum of RGB (Red+Green+Blue) = 131+8+224=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #8308E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308E0 is #7CF71F. Grayscale: #444444. Windows color (decimal): -8189728 or 14682243. OLE color: 14682243.
HSL color Cylindrical-coordinate representation of color #8308E0: hue angle of 274.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8308E0 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 8 | 224 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.12 |
| HSL | 274.17º | 0.93% | 0.45% | - |
| HSV(B) | 274.17º | 0.96% | 0.88% | - |
| XYZ | 22.9 | 10.38 | 71.32 | - |
| YUV | 69.4 | 215.25 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 224 | 0.42 | 0.96 | 0 | 0.12 | 274.17 | 0.93 | 0.45 |
| Hex | 83 | 8 | E0 | 2A | 60 | 0 | C | 112 | 5D | 2D |
| Octal | 203 | 10 | 340 | 52 | 140 | 0 | 14 | 422 | 135 | 55 |
| Binary | 10000011 | 1000 | 11100000 | 101010 | 1100000 | 0 | 1100 | 100010010 | 1011101 | 101101 |
Color Harmonies of #8308E0
Complementary color
Monochromatic Colors of #8308E0
Black with #8308E0
Text Example
Text Example
White with #8308E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8308E0; }
p { color: rgb(131,8,224); }
H1.HeaderClassName
{
color: #8308E0;
}
.AnyTagClassName
{
color: #8308E0;
}
</style>
background-color css
<style>
a { background-color: #8308E0; }
a { background-color: rgb(131,8,224); }
div.DivClassName
{
background-color: #8308E0;
}
.BgClassName
{
background-color: #8308E0;
}
</style>
border-color css
<style>
span { border-color: #8308E0; }
span { border-color: rgb(131,8,224); }
td.TdClassName
{
border-color: #8308E0;
}
.TagClassName
{
border-color: #8308E0;
}
</style>