Shades of Dark Violet #800ACC
Tints of Dark Violet #800ACC
RGB
CMYK
RGB Variations
Color information
#800ACC (or 0x800ACC) is known color: Dark Violet. HEX triplet: 80, 0A and CC. RGB value is (128,10,204). Sum of RGB (Red+Green+Blue) = 128+10+204=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #800ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ACC is #7FF533. Grayscale: #424242. Windows color (decimal): -8385844 or 13372032. OLE color: 13372032.
HSL color Cylindrical-coordinate representation of color #800ACC: hue angle of 276.49º 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 #800ACC is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 10 | 204 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.2 |
| HSL | 276.49º | 0.91% | 0.42% | - |
| HSV(B) | 276.49º | 0.95% | 0.8% | - |
| XYZ | 19.91 | 9.17 | 57.85 | - |
| YUV | 67.4 | 205.09 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 204 | 0.37 | 0.95 | 0 | 0.2 | 276.49 | 0.91 | 0.42 |
| Hex | 80 | A | CC | 25 | 5F | 0 | 14 | 114 | 5B | 2A |
| Octal | 200 | 12 | 314 | 45 | 137 | 0 | 24 | 424 | 133 | 52 |
| Binary | 10000000 | 1010 | 11001100 | 100101 | 1011111 | 0 | 10100 | 100010100 | 1011011 | 101010 |
Color Harmonies of #800ACC
Complementary color
Monochromatic Colors of #800ACC
Black with #800ACC
Text Example
Text Example
White with #800ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800ACC; }
p { color: rgb(128,10,204); }
H1.HeaderClassName
{
color: #800ACC;
}
.AnyTagClassName
{
color: #800ACC;
}
</style>
background-color css
<style>
a { background-color: #800ACC; }
a { background-color: rgb(128,10,204); }
div.DivClassName
{
background-color: #800ACC;
}
.BgClassName
{
background-color: #800ACC;
}
</style>
border-color css
<style>
span { border-color: #800ACC; }
span { border-color: rgb(128,10,204); }
td.TdClassName
{
border-color: #800ACC;
}
.TagClassName
{
border-color: #800ACC;
}
</style>