Shades of Dark Orchid #801AB2
Tints of Dark Orchid #801AB2
RGB
CMYK
RGB Variations
Color information
#801AB2 (or 0x801AB2) is known color: Dark Orchid. HEX triplet: 80, 1A and B2. RGB value is (128,26,178). Sum of RGB (Red+Green+Blue) = 128+26+178=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 178 (69.92% from 255 or 53.61% from 332); Max value from RGB is 178 - color contains mainly: blue. Hex color #801AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801AB2 is #7FE54D. Grayscale: #494949. Windows color (decimal): -8381774 or 11672192. OLE color: 11672192.
HSL color Cylindrical-coordinate representation of color #801AB2: hue angle of 280.26º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801AB2 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 26 | 178 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.30 |
| HSL | 280.26º | 0.75% | 0.4% | - |
| HSV(B) | 280.26º | 0.85% | 0.7% | - |
| XYZ | 17.31 | 8.54 | 42.86 | - |
| YUV | 73.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 178 | 0.28 | 0.85 | 0 | 0.30 | 280.26 | 0.75 | 0.4 |
| Hex | 80 | 1A | B2 | 1C | 55 | 0 | 1E | 118 | 4B | 28 |
| Octal | 200 | 32 | 262 | 34 | 125 | 0 | 36 | 430 | 113 | 50 |
| Binary | 10000000 | 11010 | 10110010 | 11100 | 1010101 | 0 | 11110 | 100011000 | 1001011 | 101000 |
Color Harmonies of #801AB2
Complementary color
Monochromatic Colors of #801AB2
Black with #801AB2
Text Example
Text Example
White with #801AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801AB2; }
p { color: rgb(128,26,178); }
H1.HeaderClassName
{
color: #801AB2;
}
.AnyTagClassName
{
color: #801AB2;
}
</style>
background-color css
<style>
a { background-color: #801AB2; }
a { background-color: rgb(128,26,178); }
div.DivClassName
{
background-color: #801AB2;
}
.BgClassName
{
background-color: #801AB2;
}
</style>
border-color css
<style>
span { border-color: #801AB2; }
span { border-color: rgb(128,26,178); }
td.TdClassName
{
border-color: #801AB2;
}
.TagClassName
{
border-color: #801AB2;
}
</style>