Shades of Dark Orchid #803DBD
Tints of Dark Orchid #803DBD
RGB
CMYK
RGB Variations
Color information
#803DBD (or 0x803DBD) is known color: Dark Orchid. HEX triplet: 80, 3D and BD. RGB value is (128,61,189). Sum of RGB (Red+Green+Blue) = 128+61+189=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #803DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DBD is #7FC242. Grayscale: #5F5F5F. Windows color (decimal): -8372803 or 12402048. OLE color: 12402048.
HSL color Cylindrical-coordinate representation of color #803DBD: hue angle of 271.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803DBD is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 61 | 189 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.26 |
| HSL | 271.41º | 0.51% | 0.49% | - |
| HSV(B) | 271.41º | 0.68% | 0.74% | - |
| XYZ | 19.76 | 11.6 | 49.34 | - |
| YUV | 95.63 | 180.7 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 189 | 0.32 | 0.68 | 0 | 0.26 | 271.41 | 0.51 | 0.49 |
| Hex | 80 | 3D | BD | 20 | 44 | 0 | 1A | 10F | 33 | 31 |
| Octal | 200 | 75 | 275 | 40 | 104 | 0 | 32 | 417 | 63 | 61 |
| Binary | 10000000 | 111101 | 10111101 | 100000 | 1000100 | 0 | 11010 | 100001111 | 110011 | 110001 |
Color Harmonies of #803DBD
Complementary color
Monochromatic Colors of #803DBD
Black with #803DBD
Text Example
Text Example
White with #803DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DBD; }
p { color: rgb(128,61,189); }
H1.HeaderClassName
{
color: #803DBD;
}
.AnyTagClassName
{
color: #803DBD;
}
</style>
background-color css
<style>
a { background-color: #803DBD; }
a { background-color: rgb(128,61,189); }
div.DivClassName
{
background-color: #803DBD;
}
.BgClassName
{
background-color: #803DBD;
}
</style>
border-color css
<style>
span { border-color: #803DBD; }
span { border-color: rgb(128,61,189); }
td.TdClassName
{
border-color: #803DBD;
}
.TagClassName
{
border-color: #803DBD;
}
</style>