Shades of Dark Orchid #801AB3
Tints of Dark Orchid #801AB3
RGB
CMYK
RGB Variations
Color information
#801AB3 (or 0x801AB3) is known color: Dark Orchid. HEX triplet: 80, 1A and B3. RGB value is (128,26,179). Sum of RGB (Red+Green+Blue) = 128+26+179=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #801AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801AB3 is #7FE54C. Grayscale: #494949. Windows color (decimal): -8381773 or 11737728. OLE color: 11737728.
HSL color Cylindrical-coordinate representation of color #801AB3: hue angle of 280º 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 #801AB3 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 26 | 179 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.30 |
| HSL | 280º | 0.75% | 0.4% | - |
| HSV(B) | 280º | 0.85% | 0.7% | - |
| XYZ | 17.41 | 8.58 | 43.39 | - |
| YUV | 73.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 179 | 0.28 | 0.85 | 0 | 0.30 | 280 | 0.75 | 0.4 |
| Hex | 80 | 1A | B3 | 1C | 55 | 0 | 1E | 118 | 4B | 28 |
| Octal | 200 | 32 | 263 | 34 | 125 | 0 | 36 | 430 | 113 | 50 |
| Binary | 10000000 | 11010 | 10110011 | 11100 | 1010101 | 0 | 11110 | 100011000 | 1001011 | 101000 |
Color Harmonies of #801AB3
Complementary color
Monochromatic Colors of #801AB3
Black with #801AB3
Text Example
Text Example
White with #801AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801AB3; }
p { color: rgb(128,26,179); }
H1.HeaderClassName
{
color: #801AB3;
}
.AnyTagClassName
{
color: #801AB3;
}
</style>
background-color css
<style>
a { background-color: #801AB3; }
a { background-color: rgb(128,26,179); }
div.DivClassName
{
background-color: #801AB3;
}
.BgClassName
{
background-color: #801AB3;
}
</style>
border-color css
<style>
span { border-color: #801AB3; }
span { border-color: rgb(128,26,179); }
td.TdClassName
{
border-color: #801AB3;
}
.TagClassName
{
border-color: #801AB3;
}
</style>