Shades of Dark Orchid #803EC9
Tints of Dark Orchid #803EC9
RGB
CMYK
RGB Variations
Color information
#803EC9 (or 0x803EC9) is known color: Dark Orchid. HEX triplet: 80, 3E and C9. RGB value is (128,62,201). Sum of RGB (Red+Green+Blue) = 128+62+201=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #803EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803EC9 is #7FC136. Grayscale: #616161. Windows color (decimal): -8372535 or 13188736. OLE color: 13188736.
HSL color Cylindrical-coordinate representation of color #803EC9: hue angle of 268.49º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803EC9 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 62 | 201 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.21 |
| HSL | 268.49º | 0.56% | 0.52% | - |
| HSV(B) | 268.49º | 0.69% | 0.79% | - |
| XYZ | 21.17 | 12.25 | 56.51 | - |
| YUV | 97.58 | 186.37 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 201 | 0.36 | 0.69 | 0 | 0.21 | 268.49 | 0.56 | 0.52 |
| Hex | 80 | 3E | C9 | 24 | 45 | 0 | 15 | 10C | 38 | 34 |
| Octal | 200 | 76 | 311 | 44 | 105 | 0 | 25 | 414 | 70 | 64 |
| Binary | 10000000 | 111110 | 11001001 | 100100 | 1000101 | 0 | 10101 | 100001100 | 111000 | 110100 |
Color Harmonies of #803EC9
Complementary color
Monochromatic Colors of #803EC9
Black with #803EC9
Text Example
Text Example
White with #803EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EC9; }
p { color: rgb(128,62,201); }
H1.HeaderClassName
{
color: #803EC9;
}
.AnyTagClassName
{
color: #803EC9;
}
</style>
background-color css
<style>
a { background-color: #803EC9; }
a { background-color: rgb(128,62,201); }
div.DivClassName
{
background-color: #803EC9;
}
.BgClassName
{
background-color: #803EC9;
}
</style>
border-color css
<style>
span { border-color: #803EC9; }
span { border-color: rgb(128,62,201); }
td.TdClassName
{
border-color: #803EC9;
}
.TagClassName
{
border-color: #803EC9;
}
</style>