Shades of Dark Orchid #803EBE
Tints of Dark Orchid #803EBE
RGB
CMYK
RGB Variations
Color information
#803EBE (or 0x803EBE) is known color: Dark Orchid. HEX triplet: 80, 3E and BE. RGB value is (128,62,190). Sum of RGB (Red+Green+Blue) = 128+62+190=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #803EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803EBE is #7FC141. Grayscale: #5F5F5F. Windows color (decimal): -8372546 or 12467840. OLE color: 12467840.
HSL color Cylindrical-coordinate representation of color #803EBE: hue angle of 270.94º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803EBE is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 62 | 190 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.25 |
| HSL | 270.94º | 0.51% | 0.49% | - |
| HSV(B) | 270.94º | 0.67% | 0.75% | - |
| XYZ | 19.92 | 11.75 | 49.93 | - |
| YUV | 96.33 | 180.87 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 190 | 0.33 | 0.67 | 0 | 0.25 | 270.94 | 0.51 | 0.49 |
| Hex | 80 | 3E | BE | 21 | 43 | 0 | 19 | 10F | 33 | 31 |
| Octal | 200 | 76 | 276 | 41 | 103 | 0 | 31 | 417 | 63 | 61 |
| Binary | 10000000 | 111110 | 10111110 | 100001 | 1000011 | 0 | 11001 | 100001111 | 110011 | 110001 |
Color Harmonies of #803EBE
Complementary color
Monochromatic Colors of #803EBE
Black with #803EBE
Text Example
Text Example
White with #803EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EBE; }
p { color: rgb(128,62,190); }
H1.HeaderClassName
{
color: #803EBE;
}
.AnyTagClassName
{
color: #803EBE;
}
</style>
background-color css
<style>
a { background-color: #803EBE; }
a { background-color: rgb(128,62,190); }
div.DivClassName
{
background-color: #803EBE;
}
.BgClassName
{
background-color: #803EBE;
}
</style>
border-color css
<style>
span { border-color: #803EBE; }
span { border-color: rgb(128,62,190); }
td.TdClassName
{
border-color: #803EBE;
}
.TagClassName
{
border-color: #803EBE;
}
</style>