Shades of Dark Orchid #8A27BD
Tints of Dark Orchid #8A27BD
RGB
CMYK
RGB Variations
Color information
#8A27BD (or 0x8A27BD) is known color: Dark Orchid. HEX triplet: 8A, 27 and BD. RGB value is (138,39,189). Sum of RGB (Red+Green+Blue) = 138+39+189=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A27BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A27BD is #75D842. Grayscale: #555555. Windows color (decimal): -7723075 or 12396426. OLE color: 12396426.
HSL color Cylindrical-coordinate representation of color #8A27BD: hue angle of 279.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A27BD is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 39 | 189 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.26 |
| HSL | 279.6º | 0.66% | 0.45% | - |
| HSV(B) | 279.6º | 0.79% | 0.74% | - |
| XYZ | 20.39 | 10.53 | 49.1 | - |
| YUV | 85.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 39 | 189 | 0.27 | 0.79 | 0 | 0.26 | 279.6 | 0.66 | 0.45 |
| Hex | 8A | 27 | BD | 1B | 4F | 0 | 1A | 118 | 42 | 2D |
| Octal | 212 | 47 | 275 | 33 | 117 | 0 | 32 | 430 | 102 | 55 |
| Binary | 10001010 | 100111 | 10111101 | 11011 | 1001111 | 0 | 11010 | 100011000 | 1000010 | 101101 |
Color Harmonies of #8A27BD
Complementary color
Monochromatic Colors of #8A27BD
Black with #8A27BD
Text Example
Text Example
White with #8A27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A27BD; }
p { color: rgb(138,39,189); }
H1.HeaderClassName
{
color: #8A27BD;
}
.AnyTagClassName
{
color: #8A27BD;
}
</style>
background-color css
<style>
a { background-color: #8A27BD; }
a { background-color: rgb(138,39,189); }
div.DivClassName
{
background-color: #8A27BD;
}
.BgClassName
{
background-color: #8A27BD;
}
</style>
border-color css
<style>
span { border-color: #8A27BD; }
span { border-color: rgb(138,39,189); }
td.TdClassName
{
border-color: #8A27BD;
}
.TagClassName
{
border-color: #8A27BD;
}
</style>