Shades of Dark Violet #8308DB
Tints of Dark Violet #8308DB
RGB
CMYK
RGB Variations
Color information
#8308DB (or 0x8308DB) is known color: Dark Violet. HEX triplet: 83, 08 and DB. RGB value is (131,8,219). Sum of RGB (Red+Green+Blue) = 131+8+219=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #8308DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308DB is #7CF724. Grayscale: #444444. Windows color (decimal): -8189733 or 14354563. OLE color: 14354563.
HSL color Cylindrical-coordinate representation of color #8308DB: hue angle of 274.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8308DB is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 8 | 219 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.14 |
| HSL | 274.98º | 0.93% | 0.45% | - |
| HSV(B) | 274.98º | 0.96% | 0.86% | - |
| XYZ | 22.23 | 10.11 | 67.8 | - |
| YUV | 68.83 | 212.75 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 219 | 0.40 | 0.96 | 0 | 0.14 | 274.98 | 0.93 | 0.45 |
| Hex | 83 | 8 | DB | 28 | 60 | 0 | E | 113 | 5D | 2D |
| Octal | 203 | 10 | 333 | 50 | 140 | 0 | 16 | 423 | 135 | 55 |
| Binary | 10000011 | 1000 | 11011011 | 101000 | 1100000 | 0 | 1110 | 100010011 | 1011101 | 101101 |
Color Harmonies of #8308DB
Complementary color
Monochromatic Colors of #8308DB
Black with #8308DB
Text Example
Text Example
White with #8308DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8308DB; }
p { color: rgb(131,8,219); }
H1.HeaderClassName
{
color: #8308DB;
}
.AnyTagClassName
{
color: #8308DB;
}
</style>
background-color css
<style>
a { background-color: #8308DB; }
a { background-color: rgb(131,8,219); }
div.DivClassName
{
background-color: #8308DB;
}
.BgClassName
{
background-color: #8308DB;
}
</style>
border-color css
<style>
span { border-color: #8308DB; }
span { border-color: rgb(131,8,219); }
td.TdClassName
{
border-color: #8308DB;
}
.TagClassName
{
border-color: #8308DB;
}
</style>