Shades of Dark Orchid #8230BA
Tints of Dark Orchid #8230BA
RGB
CMYK
RGB Variations
Color information
#8230BA (or 0x8230BA) is known color: Dark Orchid. HEX triplet: 82, 30 and BA. RGB value is (130,48,186). Sum of RGB (Red+Green+Blue) = 130+48+186=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #8230BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8230BA is #7DCF45. Grayscale: #575757. Windows color (decimal): -8245062 or 12202114. OLE color: 12202114.
HSL color Cylindrical-coordinate representation of color #8230BA: hue angle of 275.65º 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 #8230BA is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 48 | 186 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.27 |
| HSL | 275.65º | 0.59% | 0.46% | - |
| HSV(B) | 275.65º | 0.74% | 0.73% | - |
| XYZ | 19.13 | 10.4 | 47.45 | - |
| YUV | 88.25 | 183.17 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 186 | 0.30 | 0.74 | 0 | 0.27 | 275.65 | 0.59 | 0.46 |
| Hex | 82 | 30 | BA | 1E | 4A | 0 | 1B | 114 | 3B | 2E |
| Octal | 202 | 60 | 272 | 36 | 112 | 0 | 33 | 424 | 73 | 56 |
| Binary | 10000010 | 110000 | 10111010 | 11110 | 1001010 | 0 | 11011 | 100010100 | 111011 | 101110 |
Color Harmonies of #8230BA
Complementary color
Monochromatic Colors of #8230BA
Black with #8230BA
Text Example
Text Example
White with #8230BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8230BA; }
p { color: rgb(130,48,186); }
H1.HeaderClassName
{
color: #8230BA;
}
.AnyTagClassName
{
color: #8230BA;
}
</style>
background-color css
<style>
a { background-color: #8230BA; }
a { background-color: rgb(130,48,186); }
div.DivClassName
{
background-color: #8230BA;
}
.BgClassName
{
background-color: #8230BA;
}
</style>
border-color css
<style>
span { border-color: #8230BA; }
span { border-color: rgb(130,48,186); }
td.TdClassName
{
border-color: #8230BA;
}
.TagClassName
{
border-color: #8230BA;
}
</style>