Shades of Dark Orchid #802ABD
Tints of Dark Orchid #802ABD
RGB
CMYK
RGB Variations
Color information
#802ABD (or 0x802ABD) is known color: Dark Orchid. HEX triplet: 80, 2A and BD. RGB value is (128,42,189). Sum of RGB (Red+Green+Blue) = 128+42+189=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #802ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ABD is #7FD542. Grayscale: #535353. Windows color (decimal): -8377667 or 12397184. OLE color: 12397184.
HSL color Cylindrical-coordinate representation of color #802ABD: hue angle of 275.1º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802ABD is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 42 | 189 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.26 |
| HSL | 275.1º | 0.64% | 0.45% | - |
| HSV(B) | 275.1º | 0.78% | 0.74% | - |
| XYZ | 18.92 | 9.92 | 49.06 | - |
| YUV | 84.47 | 186.99 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 189 | 0.32 | 0.78 | 0 | 0.26 | 275.1 | 0.64 | 0.45 |
| Hex | 80 | 2A | BD | 20 | 4E | 0 | 1A | 113 | 40 | 2D |
| Octal | 200 | 52 | 275 | 40 | 116 | 0 | 32 | 423 | 100 | 55 |
| Binary | 10000000 | 101010 | 10111101 | 100000 | 1001110 | 0 | 11010 | 100010011 | 1000000 | 101101 |
Color Harmonies of #802ABD
Complementary color
Monochromatic Colors of #802ABD
Black with #802ABD
Text Example
Text Example
White with #802ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802ABD; }
p { color: rgb(128,42,189); }
H1.HeaderClassName
{
color: #802ABD;
}
.AnyTagClassName
{
color: #802ABD;
}
</style>
background-color css
<style>
a { background-color: #802ABD; }
a { background-color: rgb(128,42,189); }
div.DivClassName
{
background-color: #802ABD;
}
.BgClassName
{
background-color: #802ABD;
}
</style>
border-color css
<style>
span { border-color: #802ABD; }
span { border-color: rgb(128,42,189); }
td.TdClassName
{
border-color: #802ABD;
}
.TagClassName
{
border-color: #802ABD;
}
</style>