Shades of Dark Violet #800AD3
Tints of Dark Violet #800AD3
RGB
CMYK
RGB Variations
Color information
#800AD3 (or 0x800AD3) is known color: Dark Violet. HEX triplet: 80, 0A and D3. RGB value is (128,10,211). Sum of RGB (Red+Green+Blue) = 128+10+211=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 211 (82.81% from 255 or 60.46% from 349); Max value from RGB is 211 - color contains mainly: blue. Hex color #800AD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800AD3 is #7FF52C. Grayscale: #434343. Windows color (decimal): -8385837 or 13830784. OLE color: 13830784.
HSL color Cylindrical-coordinate representation of color #800AD3: hue angle of 275.22º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800AD3 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 10 | 211 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.17 |
| HSL | 275.22º | 0.91% | 0.43% | - |
| HSV(B) | 275.22º | 0.95% | 0.83% | - |
| XYZ | 20.77 | 9.51 | 62.37 | - |
| YUV | 68.2 | 208.59 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 211 | 0.39 | 0.95 | 0 | 0.17 | 275.22 | 0.91 | 0.43 |
| Hex | 80 | A | D3 | 27 | 5F | 0 | 11 | 113 | 5B | 2B |
| Octal | 200 | 12 | 323 | 47 | 137 | 0 | 21 | 423 | 133 | 53 |
| Binary | 10000000 | 1010 | 11010011 | 100111 | 1011111 | 0 | 10001 | 100010011 | 1011011 | 101011 |
Color Harmonies of #800AD3
Complementary color
Monochromatic Colors of #800AD3
Black with #800AD3
Text Example
Text Example
White with #800AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800AD3; }
p { color: rgb(128,10,211); }
H1.HeaderClassName
{
color: #800AD3;
}
.AnyTagClassName
{
color: #800AD3;
}
</style>
background-color css
<style>
a { background-color: #800AD3; }
a { background-color: rgb(128,10,211); }
div.DivClassName
{
background-color: #800AD3;
}
.BgClassName
{
background-color: #800AD3;
}
</style>
border-color css
<style>
span { border-color: #800AD3; }
span { border-color: rgb(128,10,211); }
td.TdClassName
{
border-color: #800AD3;
}
.TagClassName
{
border-color: #800AD3;
}
</style>