Shades of Dark Violet #8308DA
Tints of Dark Violet #8308DA
RGB
CMYK
RGB Variations
Color information
#8308DA (or 0x8308DA) is known color: Dark Violet. HEX triplet: 83, 08 and DA. RGB value is (131,8,218). Sum of RGB (Red+Green+Blue) = 131+8+218=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #8308DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308DA is #7CF725. Grayscale: #444444. Windows color (decimal): -8189734 or 14289027. OLE color: 14289027.
HSL color Cylindrical-coordinate representation of color #8308DA: hue angle of 275.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8308DA is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 8 | 218 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.15 |
| HSL | 275.14º | 0.93% | 0.44% | - |
| HSV(B) | 275.14º | 0.96% | 0.85% | - |
| XYZ | 22.1 | 10.06 | 67.11 | - |
| YUV | 68.72 | 212.25 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 218 | 0.40 | 0.96 | 0 | 0.15 | 275.14 | 0.93 | 0.44 |
| Hex | 83 | 8 | DA | 28 | 60 | 0 | F | 113 | 5D | 2C |
| Octal | 203 | 10 | 332 | 50 | 140 | 0 | 17 | 423 | 135 | 54 |
| Binary | 10000011 | 1000 | 11011010 | 101000 | 1100000 | 0 | 1111 | 100010011 | 1011101 | 101100 |
Color Harmonies of #8308DA
Complementary color
Monochromatic Colors of #8308DA
Black with #8308DA
Text Example
Text Example
White with #8308DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8308DA; }
p { color: rgb(131,8,218); }
H1.HeaderClassName
{
color: #8308DA;
}
.AnyTagClassName
{
color: #8308DA;
}
</style>
background-color css
<style>
a { background-color: #8308DA; }
a { background-color: rgb(131,8,218); }
div.DivClassName
{
background-color: #8308DA;
}
.BgClassName
{
background-color: #8308DA;
}
</style>
border-color css
<style>
span { border-color: #8308DA; }
span { border-color: rgb(131,8,218); }
td.TdClassName
{
border-color: #8308DA;
}
.TagClassName
{
border-color: #8308DA;
}
</style>