Shades of Dark Orchid #8128BA
Tints of Dark Orchid #8128BA
RGB
CMYK
RGB Variations
Color information
#8128BA (or 0x8128BA) is known color: Dark Orchid. HEX triplet: 81, 28 and BA. RGB value is (129,40,186). Sum of RGB (Red+Green+Blue) = 129+40+186=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #8128BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8128BA is #7ED745. Grayscale: #525252. Windows color (decimal): -8312646 or 12200065. OLE color: 12200065.
HSL color Cylindrical-coordinate representation of color #8128BA: hue angle of 276.58º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8128BA is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 40 | 186 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.27 |
| HSL | 276.58º | 0.65% | 0.44% | - |
| HSV(B) | 276.58º | 0.78% | 0.73% | - |
| XYZ | 18.67 | 9.73 | 47.35 | - |
| YUV | 83.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 186 | 0.31 | 0.78 | 0 | 0.27 | 276.58 | 0.65 | 0.44 |
| Hex | 81 | 28 | BA | 1F | 4E | 0 | 1B | 115 | 41 | 2C |
| Octal | 201 | 50 | 272 | 37 | 116 | 0 | 33 | 425 | 101 | 54 |
| Binary | 10000001 | 101000 | 10111010 | 11111 | 1001110 | 0 | 11011 | 100010101 | 1000001 | 101100 |
Color Harmonies of #8128BA
Complementary color
Monochromatic Colors of #8128BA
Black with #8128BA
Text Example
Text Example
White with #8128BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8128BA; }
p { color: rgb(129,40,186); }
H1.HeaderClassName
{
color: #8128BA;
}
.AnyTagClassName
{
color: #8128BA;
}
</style>
background-color css
<style>
a { background-color: #8128BA; }
a { background-color: rgb(129,40,186); }
div.DivClassName
{
background-color: #8128BA;
}
.BgClassName
{
background-color: #8128BA;
}
</style>
border-color css
<style>
span { border-color: #8128BA; }
span { border-color: rgb(129,40,186); }
td.TdClassName
{
border-color: #8128BA;
}
.TagClassName
{
border-color: #8128BA;
}
</style>