Shades of Dark Violet #800ACB
Tints of Dark Violet #800ACB
RGB
CMYK
RGB Variations
Color information
#800ACB (or 0x800ACB) is known color: Dark Violet. HEX triplet: 80, 0A and CB. RGB value is (128,10,203). Sum of RGB (Red+Green+Blue) = 128+10+203=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #800ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ACB is #7FF534. Grayscale: #424242. Windows color (decimal): -8385845 or 13306496. OLE color: 13306496.
HSL color Cylindrical-coordinate representation of color #800ACB: hue angle of 276.68º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800ACB is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 10 | 203 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.20 |
| HSL | 276.68º | 0.91% | 0.42% | - |
| HSV(B) | 276.68º | 0.95% | 0.8% | - |
| XYZ | 19.79 | 9.12 | 57.22 | - |
| YUV | 67.28 | 204.59 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 203 | 0.37 | 0.95 | 0 | 0.20 | 276.68 | 0.91 | 0.42 |
| Hex | 80 | A | CB | 25 | 5F | 0 | 14 | 115 | 5B | 2A |
| Octal | 200 | 12 | 313 | 45 | 137 | 0 | 24 | 425 | 133 | 52 |
| Binary | 10000000 | 1010 | 11001011 | 100101 | 1011111 | 0 | 10100 | 100010101 | 1011011 | 101010 |
Color Harmonies of #800ACB
Complementary color
Monochromatic Colors of #800ACB
Black with #800ACB
Text Example
Text Example
White with #800ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800ACB; }
p { color: rgb(128,10,203); }
H1.HeaderClassName
{
color: #800ACB;
}
.AnyTagClassName
{
color: #800ACB;
}
</style>
background-color css
<style>
a { background-color: #800ACB; }
a { background-color: rgb(128,10,203); }
div.DivClassName
{
background-color: #800ACB;
}
.BgClassName
{
background-color: #800ACB;
}
</style>
border-color css
<style>
span { border-color: #800ACB; }
span { border-color: rgb(128,10,203); }
td.TdClassName
{
border-color: #800ACB;
}
.TagClassName
{
border-color: #800ACB;
}
</style>