Shades of Dark Orchid #803ABE
Tints of Dark Orchid #803ABE
RGB
CMYK
RGB Variations
Color information
#803ABE (or 0x803ABE) is known color: Dark Orchid. HEX triplet: 80, 3A and BE. RGB value is (128,58,190). Sum of RGB (Red+Green+Blue) = 128+58+190=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #803ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ABE is #7FC541. Grayscale: #5D5D5D. Windows color (decimal): -8373570 or 12466816. OLE color: 12466816.
HSL color Cylindrical-coordinate representation of color #803ABE: hue angle of 271.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803ABE is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 58 | 190 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.25 |
| HSL | 271.82º | 0.53% | 0.49% | - |
| HSV(B) | 271.82º | 0.69% | 0.75% | - |
| XYZ | 19.71 | 11.33 | 49.86 | - |
| YUV | 93.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 190 | 0.33 | 0.69 | 0 | 0.25 | 271.82 | 0.53 | 0.49 |
| Hex | 80 | 3A | BE | 21 | 45 | 0 | 19 | 110 | 35 | 31 |
| Octal | 200 | 72 | 276 | 41 | 105 | 0 | 31 | 420 | 65 | 61 |
| Binary | 10000000 | 111010 | 10111110 | 100001 | 1000101 | 0 | 11001 | 100010000 | 110101 | 110001 |
Color Harmonies of #803ABE
Complementary color
Monochromatic Colors of #803ABE
Black with #803ABE
Text Example
Text Example
White with #803ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803ABE; }
p { color: rgb(128,58,190); }
H1.HeaderClassName
{
color: #803ABE;
}
.AnyTagClassName
{
color: #803ABE;
}
</style>
background-color css
<style>
a { background-color: #803ABE; }
a { background-color: rgb(128,58,190); }
div.DivClassName
{
background-color: #803ABE;
}
.BgClassName
{
background-color: #803ABE;
}
</style>
border-color css
<style>
span { border-color: #803ABE; }
span { border-color: rgb(128,58,190); }
td.TdClassName
{
border-color: #803ABE;
}
.TagClassName
{
border-color: #803ABE;
}
</style>