Shades of Dark Orchid #8237BA
Tints of Dark Orchid #8237BA
RGB
CMYK
RGB Variations
Color information
#8237BA (or 0x8237BA) is known color: Dark Orchid. HEX triplet: 82, 37 and BA. RGB value is (130,55,186). Sum of RGB (Red+Green+Blue) = 130+55+186=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 55 (21.88% from 255 or 14.82% 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 #8237BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8237BA is #7DC845. Grayscale: #5B5B5B. Windows color (decimal): -8243270 or 12203906. OLE color: 12203906.
HSL color Cylindrical-coordinate representation of color #8237BA: hue angle of 274.35º 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 #8237BA is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 55 | 186 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.27 |
| HSL | 274.35º | 0.54% | 0.47% | - |
| HSV(B) | 274.35º | 0.7% | 0.73% | - |
| XYZ | 19.44 | 11.02 | 47.56 | - |
| YUV | 92.36 | 180.85 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 186 | 0.30 | 0.70 | 0 | 0.27 | 274.35 | 0.54 | 0.47 |
| Hex | 82 | 37 | BA | 1E | 46 | 0 | 1B | 112 | 36 | 2F |
| Octal | 202 | 67 | 272 | 36 | 106 | 0 | 33 | 422 | 66 | 57 |
| Binary | 10000010 | 110111 | 10111010 | 11110 | 1000110 | 0 | 11011 | 100010010 | 110110 | 101111 |
Color Harmonies of #8237BA
Complementary color
Monochromatic Colors of #8237BA
Black with #8237BA
Text Example
Text Example
White with #8237BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8237BA; }
p { color: rgb(130,55,186); }
H1.HeaderClassName
{
color: #8237BA;
}
.AnyTagClassName
{
color: #8237BA;
}
</style>
background-color css
<style>
a { background-color: #8237BA; }
a { background-color: rgb(130,55,186); }
div.DivClassName
{
background-color: #8237BA;
}
.BgClassName
{
background-color: #8237BA;
}
</style>
border-color css
<style>
span { border-color: #8237BA; }
span { border-color: rgb(130,55,186); }
td.TdClassName
{
border-color: #8237BA;
}
.TagClassName
{
border-color: #8237BA;
}
</style>