Shades of Dark Orchid #8030BA
Tints of Dark Orchid #8030BA
RGB
CMYK
RGB Variations
Color information
#8030BA (or 0x8030BA) is known color: Dark Orchid. HEX triplet: 80, 30 and BA. RGB value is (128,48,186). Sum of RGB (Red+Green+Blue) = 128+48+186=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #8030BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8030BA is #7FCF45. Grayscale: #575757. Windows color (decimal): -8376134 or 12202112. OLE color: 12202112.
HSL color Cylindrical-coordinate representation of color #8030BA: hue angle of 274.78º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8030BA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 48 | 186 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.27 |
| HSL | 274.78º | 0.59% | 0.46% | - |
| HSV(B) | 274.78º | 0.74% | 0.73% | - |
| XYZ | 18.82 | 10.25 | 47.44 | - |
| YUV | 87.65 | 183.5 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 186 | 0.31 | 0.74 | 0 | 0.27 | 274.78 | 0.59 | 0.46 |
| Hex | 80 | 30 | BA | 1F | 4A | 0 | 1B | 113 | 3B | 2E |
| Octal | 200 | 60 | 272 | 37 | 112 | 0 | 33 | 423 | 73 | 56 |
| Binary | 10000000 | 110000 | 10111010 | 11111 | 1001010 | 0 | 11011 | 100010011 | 111011 | 101110 |
Color Harmonies of #8030BA
Complementary color
Monochromatic Colors of #8030BA
Black with #8030BA
Text Example
Text Example
White with #8030BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8030BA; }
p { color: rgb(128,48,186); }
H1.HeaderClassName
{
color: #8030BA;
}
.AnyTagClassName
{
color: #8030BA;
}
</style>
background-color css
<style>
a { background-color: #8030BA; }
a { background-color: rgb(128,48,186); }
div.DivClassName
{
background-color: #8030BA;
}
.BgClassName
{
background-color: #8030BA;
}
</style>
border-color css
<style>
span { border-color: #8030BA; }
span { border-color: rgb(128,48,186); }
td.TdClassName
{
border-color: #8030BA;
}
.TagClassName
{
border-color: #8030BA;
}
</style>