Shades of Dark Orchid #8039BA
Tints of Dark Orchid #8039BA
RGB
CMYK
RGB Variations
Color information
#8039BA (or 0x8039BA) is known color: Dark Orchid. HEX triplet: 80, 39 and BA. RGB value is (128,57,186). Sum of RGB (Red+Green+Blue) = 128+57+186=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #8039BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8039BA is #7FC645. Grayscale: #5C5C5C. Windows color (decimal): -8373830 or 12204416. OLE color: 12204416.
HSL color Cylindrical-coordinate representation of color #8039BA: hue angle of 273.02º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8039BA is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 57 | 186 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.27 |
| HSL | 273.02º | 0.53% | 0.48% | - |
| HSV(B) | 273.02º | 0.69% | 0.73% | - |
| XYZ | 19.23 | 11.06 | 47.58 | - |
| YUV | 92.94 | 180.52 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 186 | 0.31 | 0.69 | 0 | 0.27 | 273.02 | 0.53 | 0.48 |
| Hex | 80 | 39 | BA | 1F | 45 | 0 | 1B | 111 | 35 | 30 |
| Octal | 200 | 71 | 272 | 37 | 105 | 0 | 33 | 421 | 65 | 60 |
| Binary | 10000000 | 111001 | 10111010 | 11111 | 1000101 | 0 | 11011 | 100010001 | 110101 | 110000 |
Color Harmonies of #8039BA
Complementary color
Monochromatic Colors of #8039BA
Black with #8039BA
Text Example
Text Example
White with #8039BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039BA; }
p { color: rgb(128,57,186); }
H1.HeaderClassName
{
color: #8039BA;
}
.AnyTagClassName
{
color: #8039BA;
}
</style>
background-color css
<style>
a { background-color: #8039BA; }
a { background-color: rgb(128,57,186); }
div.DivClassName
{
background-color: #8039BA;
}
.BgClassName
{
background-color: #8039BA;
}
</style>
border-color css
<style>
span { border-color: #8039BA; }
span { border-color: rgb(128,57,186); }
td.TdClassName
{
border-color: #8039BA;
}
.TagClassName
{
border-color: #8039BA;
}
</style>