Shades of Dark Orchid #803FBE
Tints of Dark Orchid #803FBE
RGB
CMYK
RGB Variations
Color information
#803FBE (or 0x803FBE) is known color: Dark Orchid. HEX triplet: 80, 3F and BE. RGB value is (128,63,190). Sum of RGB (Red+Green+Blue) = 128+63+190=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #803FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FBE is #7FC041. Grayscale: #606060. Windows color (decimal): -8372290 or 12468096. OLE color: 12468096.
HSL color Cylindrical-coordinate representation of color #803FBE: hue angle of 270.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803FBE is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 63 | 190 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.25 |
| HSL | 270.71º | 0.5% | 0.5% | - |
| HSV(B) | 270.71º | 0.67% | 0.75% | - |
| XYZ | 19.97 | 11.86 | 49.95 | - |
| YUV | 96.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 190 | 0.33 | 0.67 | 0 | 0.25 | 270.71 | 0.5 | 0.5 |
| Hex | 80 | 3F | BE | 21 | 43 | 0 | 19 | 10F | 32 | 32 |
| Octal | 200 | 77 | 276 | 41 | 103 | 0 | 31 | 417 | 62 | 62 |
| Binary | 10000000 | 111111 | 10111110 | 100001 | 1000011 | 0 | 11001 | 100001111 | 110010 | 110010 |
Color Harmonies of #803FBE
Complementary color
Monochromatic Colors of #803FBE
Black with #803FBE
Text Example
Text Example
White with #803FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FBE; }
p { color: rgb(128,63,190); }
H1.HeaderClassName
{
color: #803FBE;
}
.AnyTagClassName
{
color: #803FBE;
}
</style>
background-color css
<style>
a { background-color: #803FBE; }
a { background-color: rgb(128,63,190); }
div.DivClassName
{
background-color: #803FBE;
}
.BgClassName
{
background-color: #803FBE;
}
</style>
border-color css
<style>
span { border-color: #803FBE; }
span { border-color: rgb(128,63,190); }
td.TdClassName
{
border-color: #803FBE;
}
.TagClassName
{
border-color: #803FBE;
}
</style>