Shades of Dark Orchid #8A2DB5
Tints of Dark Orchid #8A2DB5
RGB
CMYK
RGB Variations
Color information
#8A2DB5 (or 0x8A2DB5) is known color: Dark Orchid. HEX triplet: 8A, 2D and B5. RGB value is (138,45,181). Sum of RGB (Red+Green+Blue) = 138+45+181=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A2DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2DB5 is #75D24A. Grayscale: #575757. Windows color (decimal): -7721547 or 11873674. OLE color: 11873674.
HSL color Cylindrical-coordinate representation of color #8A2DB5: hue angle of 281.03º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2DB5 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 45 | 181 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.29 |
| HSL | 281.03º | 0.6% | 0.44% | - |
| HSV(B) | 281.03º | 0.75% | 0.71% | - |
| XYZ | 19.76 | 10.62 | 44.72 | - |
| YUV | 88.31 | 180.31 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 181 | 0.24 | 0.75 | 0 | 0.29 | 281.03 | 0.6 | 0.44 |
| Hex | 8A | 2D | B5 | 18 | 4B | 0 | 1D | 119 | 3C | 2C |
| Octal | 212 | 55 | 265 | 30 | 113 | 0 | 35 | 431 | 74 | 54 |
| Binary | 10001010 | 101101 | 10110101 | 11000 | 1001011 | 0 | 11101 | 100011001 | 111100 | 101100 |
Color Harmonies of #8A2DB5
Complementary color
Monochromatic Colors of #8A2DB5
Black with #8A2DB5
Text Example
Text Example
White with #8A2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2DB5; }
p { color: rgb(138,45,181); }
H1.HeaderClassName
{
color: #8A2DB5;
}
.AnyTagClassName
{
color: #8A2DB5;
}
</style>
background-color css
<style>
a { background-color: #8A2DB5; }
a { background-color: rgb(138,45,181); }
div.DivClassName
{
background-color: #8A2DB5;
}
.BgClassName
{
background-color: #8A2DB5;
}
</style>
border-color css
<style>
span { border-color: #8A2DB5; }
span { border-color: rgb(138,45,181); }
td.TdClassName
{
border-color: #8A2DB5;
}
.TagClassName
{
border-color: #8A2DB5;
}
</style>