Shades of Dark Violet #800AB6
Tints of Dark Violet #800AB6
RGB
CMYK
RGB Variations
Color information
#800AB6 (or 0x800AB6) is known color: Dark Violet. HEX triplet: 80, 0A and B6. RGB value is (128,10,182). Sum of RGB (Red+Green+Blue) = 128+10+182=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 182 (71.48% from 255 or 56.88% from 320); Max value from RGB is 182 - color contains mainly: blue. Hex color #800AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800AB6 is #7FF549. Grayscale: #404040. Windows color (decimal): -8385866 or 11930240. OLE color: 11930240.
HSL color Cylindrical-coordinate representation of color #800AB6: hue angle of 281.16º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800AB6 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 10 | 182 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.29 |
| HSL | 281.16º | 0.9% | 0.38% | - |
| HSV(B) | 281.16º | 0.95% | 0.71% | - |
| XYZ | 17.45 | 8.18 | 44.92 | - |
| YUV | 64.89 | 194.09 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 182 | 0.30 | 0.95 | 0 | 0.29 | 281.16 | 0.9 | 0.38 |
| Hex | 80 | A | B6 | 1E | 5F | 0 | 1D | 119 | 5A | 26 |
| Octal | 200 | 12 | 266 | 36 | 137 | 0 | 35 | 431 | 132 | 46 |
| Binary | 10000000 | 1010 | 10110110 | 11110 | 1011111 | 0 | 11101 | 100011001 | 1011010 | 100110 |
Color Harmonies of #800AB6
Complementary color
Monochromatic Colors of #800AB6
Black with #800AB6
Text Example
Text Example
White with #800AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800AB6; }
p { color: rgb(128,10,182); }
H1.HeaderClassName
{
color: #800AB6;
}
.AnyTagClassName
{
color: #800AB6;
}
</style>
background-color css
<style>
a { background-color: #800AB6; }
a { background-color: rgb(128,10,182); }
div.DivClassName
{
background-color: #800AB6;
}
.BgClassName
{
background-color: #800AB6;
}
</style>
border-color css
<style>
span { border-color: #800AB6; }
span { border-color: rgb(128,10,182); }
td.TdClassName
{
border-color: #800AB6;
}
.TagClassName
{
border-color: #800AB6;
}
</style>