Shades of Dark Orchid #8A28BA
Tints of Dark Orchid #8A28BA
RGB
CMYK
RGB Variations
Color information
#8A28BA (or 0x8A28BA) is known color: Dark Orchid. HEX triplet: 8A, 28 and BA. RGB value is (138,40,186). Sum of RGB (Red+Green+Blue) = 138+40+186=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 40 (16.02% from 255 or 10.99% 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 #8A28BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A28BA is #75D745. Grayscale: #555555. Windows color (decimal): -7722822 or 12200074. OLE color: 12200074.
HSL color Cylindrical-coordinate representation of color #8A28BA: hue angle of 280.27º 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 #8A28BA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 40 | 186 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.27 |
| HSL | 280.27º | 0.65% | 0.44% | - |
| HSV(B) | 280.27º | 0.78% | 0.73% | - |
| XYZ | 20.1 | 10.47 | 47.41 | - |
| YUV | 85.95 | 184.47 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 40 | 186 | 0.26 | 0.78 | 0 | 0.27 | 280.27 | 0.65 | 0.44 |
| Hex | 8A | 28 | BA | 1A | 4E | 0 | 1B | 118 | 41 | 2C |
| Octal | 212 | 50 | 272 | 32 | 116 | 0 | 33 | 430 | 101 | 54 |
| Binary | 10001010 | 101000 | 10111010 | 11010 | 1001110 | 0 | 11011 | 100011000 | 1000001 | 101100 |
Color Harmonies of #8A28BA
Complementary color
Monochromatic Colors of #8A28BA
Black with #8A28BA
Text Example
Text Example
White with #8A28BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A28BA; }
p { color: rgb(138,40,186); }
H1.HeaderClassName
{
color: #8A28BA;
}
.AnyTagClassName
{
color: #8A28BA;
}
</style>
background-color css
<style>
a { background-color: #8A28BA; }
a { background-color: rgb(138,40,186); }
div.DivClassName
{
background-color: #8A28BA;
}
.BgClassName
{
background-color: #8A28BA;
}
</style>
border-color css
<style>
span { border-color: #8A28BA; }
span { border-color: rgb(138,40,186); }
td.TdClassName
{
border-color: #8A28BA;
}
.TagClassName
{
border-color: #8A28BA;
}
</style>