Shades of Dark Orchid #803DBF
Tints of Dark Orchid #803DBF
RGB
CMYK
RGB Variations
Color information
#803DBF (or 0x803DBF) is known color: Dark Orchid. HEX triplet: 80, 3D and BF. RGB value is (128,61,191). Sum of RGB (Red+Green+Blue) = 128+61+191=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #803DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DBF is #7FC240. Grayscale: #5F5F5F. Windows color (decimal): -8372801 or 12533120. OLE color: 12533120.
HSL color Cylindrical-coordinate representation of color #803DBF: hue angle of 270.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803DBF is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 61 | 191 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.25 |
| HSL | 270.92º | 0.52% | 0.49% | - |
| HSV(B) | 270.92º | 0.68% | 0.75% | - |
| XYZ | 19.97 | 11.69 | 50.49 | - |
| YUV | 95.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 191 | 0.33 | 0.68 | 0 | 0.25 | 270.92 | 0.52 | 0.49 |
| Hex | 80 | 3D | BF | 21 | 44 | 0 | 19 | 10F | 34 | 31 |
| Octal | 200 | 75 | 277 | 41 | 104 | 0 | 31 | 417 | 64 | 61 |
| Binary | 10000000 | 111101 | 10111111 | 100001 | 1000100 | 0 | 11001 | 100001111 | 110100 | 110001 |
Color Harmonies of #803DBF
Complementary color
Monochromatic Colors of #803DBF
Black with #803DBF
Text Example
Text Example
White with #803DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DBF; }
p { color: rgb(128,61,191); }
H1.HeaderClassName
{
color: #803DBF;
}
.AnyTagClassName
{
color: #803DBF;
}
</style>
background-color css
<style>
a { background-color: #803DBF; }
a { background-color: rgb(128,61,191); }
div.DivClassName
{
background-color: #803DBF;
}
.BgClassName
{
background-color: #803DBF;
}
</style>
border-color css
<style>
span { border-color: #803DBF; }
span { border-color: rgb(128,61,191); }
td.TdClassName
{
border-color: #803DBF;
}
.TagClassName
{
border-color: #803DBF;
}
</style>