Shades of Dark Orchid #803ABF
Tints of Dark Orchid #803ABF
RGB
CMYK
RGB Variations
Color information
#803ABF (or 0x803ABF) is known color: Dark Orchid. HEX triplet: 80, 3A and BF. RGB value is (128,58,191). Sum of RGB (Red+Green+Blue) = 128+58+191=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #803ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ABF is #7FC540. Grayscale: #5D5D5D. Windows color (decimal): -8373569 or 12532352. OLE color: 12532352.
HSL color Cylindrical-coordinate representation of color #803ABF: hue angle of 271.58º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #803ABF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 58 | 191 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.25 |
| HSL | 271.58º | 0.53% | 0.49% | - |
| HSV(B) | 271.58º | 0.7% | 0.75% | - |
| XYZ | 19.82 | 11.38 | 50.44 | - |
| YUV | 94.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 191 | 0.33 | 0.70 | 0 | 0.25 | 271.58 | 0.53 | 0.49 |
| Hex | 80 | 3A | BF | 21 | 46 | 0 | 19 | 110 | 35 | 31 |
| Octal | 200 | 72 | 277 | 41 | 106 | 0 | 31 | 420 | 65 | 61 |
| Binary | 10000000 | 111010 | 10111111 | 100001 | 1000110 | 0 | 11001 | 100010000 | 110101 | 110001 |
Color Harmonies of #803ABF
Complementary color
Monochromatic Colors of #803ABF
Black with #803ABF
Text Example
Text Example
White with #803ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803ABF; }
p { color: rgb(128,58,191); }
H1.HeaderClassName
{
color: #803ABF;
}
.AnyTagClassName
{
color: #803ABF;
}
</style>
background-color css
<style>
a { background-color: #803ABF; }
a { background-color: rgb(128,58,191); }
div.DivClassName
{
background-color: #803ABF;
}
.BgClassName
{
background-color: #803ABF;
}
</style>
border-color css
<style>
span { border-color: #803ABF; }
span { border-color: rgb(128,58,191); }
td.TdClassName
{
border-color: #803ABF;
}
.TagClassName
{
border-color: #803ABF;
}
</style>