Shades of Dark Orchid #802ABB
Tints of Dark Orchid #802ABB
RGB
CMYK
RGB Variations
Color information
#802ABB (or 0x802ABB) is known color: Dark Orchid. HEX triplet: 80, 2A and BB. RGB value is (128,42,187). Sum of RGB (Red+Green+Blue) = 128+42+187=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #802ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ABB is #7FD544. Grayscale: #535353. Windows color (decimal): -8377669 or 12266112. OLE color: 12266112.
HSL color Cylindrical-coordinate representation of color #802ABB: hue angle of 275.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802ABB is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 42 | 187 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.27 |
| HSL | 275.59º | 0.63% | 0.45% | - |
| HSV(B) | 275.59º | 0.78% | 0.73% | - |
| XYZ | 18.7 | 9.83 | 47.93 | - |
| YUV | 84.24 | 185.99 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 187 | 0.32 | 0.78 | 0 | 0.27 | 275.59 | 0.63 | 0.45 |
| Hex | 80 | 2A | BB | 20 | 4E | 0 | 1B | 114 | 3F | 2D |
| Octal | 200 | 52 | 273 | 40 | 116 | 0 | 33 | 424 | 77 | 55 |
| Binary | 10000000 | 101010 | 10111011 | 100000 | 1001110 | 0 | 11011 | 100010100 | 111111 | 101101 |
Color Harmonies of #802ABB
Complementary color
Monochromatic Colors of #802ABB
Black with #802ABB
Text Example
Text Example
White with #802ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802ABB; }
p { color: rgb(128,42,187); }
H1.HeaderClassName
{
color: #802ABB;
}
.AnyTagClassName
{
color: #802ABB;
}
</style>
background-color css
<style>
a { background-color: #802ABB; }
a { background-color: rgb(128,42,187); }
div.DivClassName
{
background-color: #802ABB;
}
.BgClassName
{
background-color: #802ABB;
}
</style>
border-color css
<style>
span { border-color: #802ABB; }
span { border-color: rgb(128,42,187); }
td.TdClassName
{
border-color: #802ABB;
}
.TagClassName
{
border-color: #802ABB;
}
</style>