Shades of Dark Orchid #8038BA
Tints of Dark Orchid #8038BA
RGB
CMYK
RGB Variations
Color information
#8038BA (or 0x8038BA) is known color: Dark Orchid. HEX triplet: 80, 38 and BA. RGB value is (128,56,186). Sum of RGB (Red+Green+Blue) = 128+56+186=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #8038BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8038BA is #7FC745. Grayscale: #5B5B5B. Windows color (decimal): -8374086 or 12204160. OLE color: 12204160.
HSL color Cylindrical-coordinate representation of color #8038BA: hue angle of 273.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8038BA is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 56 | 186 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.27 |
| HSL | 273.23º | 0.54% | 0.47% | - |
| HSV(B) | 273.23º | 0.7% | 0.73% | - |
| XYZ | 19.18 | 10.96 | 47.56 | - |
| YUV | 92.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 186 | 0.31 | 0.70 | 0 | 0.27 | 273.23 | 0.54 | 0.47 |
| Hex | 80 | 38 | BA | 1F | 46 | 0 | 1B | 111 | 36 | 2F |
| Octal | 200 | 70 | 272 | 37 | 106 | 0 | 33 | 421 | 66 | 57 |
| Binary | 10000000 | 111000 | 10111010 | 11111 | 1000110 | 0 | 11011 | 100010001 | 110110 | 101111 |
Color Harmonies of #8038BA
Complementary color
Monochromatic Colors of #8038BA
Black with #8038BA
Text Example
Text Example
White with #8038BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8038BA; }
p { color: rgb(128,56,186); }
H1.HeaderClassName
{
color: #8038BA;
}
.AnyTagClassName
{
color: #8038BA;
}
</style>
background-color css
<style>
a { background-color: #8038BA; }
a { background-color: rgb(128,56,186); }
div.DivClassName
{
background-color: #8038BA;
}
.BgClassName
{
background-color: #8038BA;
}
</style>
border-color css
<style>
span { border-color: #8038BA; }
span { border-color: rgb(128,56,186); }
td.TdClassName
{
border-color: #8038BA;
}
.TagClassName
{
border-color: #8038BA;
}
</style>