Shades of Dark Orchid #803ABC
Tints of Dark Orchid #803ABC
RGB
CMYK
RGB Variations
Color information
#803ABC (or 0x803ABC) is known color: Dark Orchid. HEX triplet: 80, 3A and BC. RGB value is (128,58,188). Sum of RGB (Red+Green+Blue) = 128+58+188=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #803ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ABC is #7FC543. Grayscale: #5D5D5D. Windows color (decimal): -8373572 or 12335744. OLE color: 12335744.
HSL color Cylindrical-coordinate representation of color #803ABC: hue angle of 272.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803ABC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 58 | 188 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.26 |
| HSL | 272.31º | 0.53% | 0.48% | - |
| HSV(B) | 272.31º | 0.69% | 0.74% | - |
| XYZ | 19.49 | 11.25 | 48.72 | - |
| YUV | 93.75 | 181.19 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 188 | 0.32 | 0.69 | 0 | 0.26 | 272.31 | 0.53 | 0.48 |
| Hex | 80 | 3A | BC | 20 | 45 | 0 | 1A | 110 | 35 | 30 |
| Octal | 200 | 72 | 274 | 40 | 105 | 0 | 32 | 420 | 65 | 60 |
| Binary | 10000000 | 111010 | 10111100 | 100000 | 1000101 | 0 | 11010 | 100010000 | 110101 | 110000 |
Color Harmonies of #803ABC
Complementary color
Monochromatic Colors of #803ABC
Black with #803ABC
Text Example
Text Example
White with #803ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803ABC; }
p { color: rgb(128,58,188); }
H1.HeaderClassName
{
color: #803ABC;
}
.AnyTagClassName
{
color: #803ABC;
}
</style>
background-color css
<style>
a { background-color: #803ABC; }
a { background-color: rgb(128,58,188); }
div.DivClassName
{
background-color: #803ABC;
}
.BgClassName
{
background-color: #803ABC;
}
</style>
border-color css
<style>
span { border-color: #803ABC; }
span { border-color: rgb(128,58,188); }
td.TdClassName
{
border-color: #803ABC;
}
.TagClassName
{
border-color: #803ABC;
}
</style>