Shades of Dark Orchid #8039BF
Tints of Dark Orchid #8039BF
RGB
CMYK
RGB Variations
Color information
#8039BF (or 0x8039BF) is known color: Dark Orchid. HEX triplet: 80, 39 and BF. RGB value is (128,57,191). Sum of RGB (Red+Green+Blue) = 128+57+191=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #8039BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8039BF is #7FC640. Grayscale: #5D5D5D. Windows color (decimal): -8373825 or 12532096. OLE color: 12532096.
HSL color Cylindrical-coordinate representation of color #8039BF: hue angle of 271.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8039BF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 57 | 191 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.25 |
| HSL | 271.79º | 0.54% | 0.49% | - |
| HSV(B) | 271.79º | 0.7% | 0.75% | - |
| XYZ | 19.77 | 11.28 | 50.42 | - |
| YUV | 93.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 191 | 0.33 | 0.70 | 0 | 0.25 | 271.79 | 0.54 | 0.49 |
| Hex | 80 | 39 | BF | 21 | 46 | 0 | 19 | 110 | 36 | 31 |
| Octal | 200 | 71 | 277 | 41 | 106 | 0 | 31 | 420 | 66 | 61 |
| Binary | 10000000 | 111001 | 10111111 | 100001 | 1000110 | 0 | 11001 | 100010000 | 110110 | 110001 |
Color Harmonies of #8039BF
Complementary color
Monochromatic Colors of #8039BF
Black with #8039BF
Text Example
Text Example
White with #8039BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039BF; }
p { color: rgb(128,57,191); }
H1.HeaderClassName
{
color: #8039BF;
}
.AnyTagClassName
{
color: #8039BF;
}
</style>
background-color css
<style>
a { background-color: #8039BF; }
a { background-color: rgb(128,57,191); }
div.DivClassName
{
background-color: #8039BF;
}
.BgClassName
{
background-color: #8039BF;
}
</style>
border-color css
<style>
span { border-color: #8039BF; }
span { border-color: rgb(128,57,191); }
td.TdClassName
{
border-color: #8039BF;
}
.TagClassName
{
border-color: #8039BF;
}
</style>