Shades of Dark Orchid #8A2DBB
Tints of Dark Orchid #8A2DBB
RGB
CMYK
RGB Variations
Color information
#8A2DBB (or 0x8A2DBB) is known color: Dark Orchid. HEX triplet: 8A, 2D and BB. RGB value is (138,45,187). Sum of RGB (Red+Green+Blue) = 138+45+187=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A2DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2DBB is #75D244. Grayscale: #585858. Windows color (decimal): -7721541 or 12266890. OLE color: 12266890.
HSL color Cylindrical-coordinate representation of color #8A2DBB: hue angle of 279.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A2DBB is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 45 | 187 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.27 |
| HSL | 279.3º | 0.61% | 0.45% | - |
| HSV(B) | 279.3º | 0.76% | 0.73% | - |
| XYZ | 20.39 | 10.87 | 48.04 | - |
| YUV | 89 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 187 | 0.26 | 0.76 | 0 | 0.27 | 279.3 | 0.61 | 0.45 |
| Hex | 8A | 2D | BB | 1A | 4C | 0 | 1B | 117 | 3D | 2D |
| Octal | 212 | 55 | 273 | 32 | 114 | 0 | 33 | 427 | 75 | 55 |
| Binary | 10001010 | 101101 | 10111011 | 11010 | 1001100 | 0 | 11011 | 100010111 | 111101 | 101101 |
Color Harmonies of #8A2DBB
Complementary color
Monochromatic Colors of #8A2DBB
Black with #8A2DBB
Text Example
Text Example
White with #8A2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2DBB; }
p { color: rgb(138,45,187); }
H1.HeaderClassName
{
color: #8A2DBB;
}
.AnyTagClassName
{
color: #8A2DBB;
}
</style>
background-color css
<style>
a { background-color: #8A2DBB; }
a { background-color: rgb(138,45,187); }
div.DivClassName
{
background-color: #8A2DBB;
}
.BgClassName
{
background-color: #8A2DBB;
}
</style>
border-color css
<style>
span { border-color: #8A2DBB; }
span { border-color: rgb(138,45,187); }
td.TdClassName
{
border-color: #8A2DBB;
}
.TagClassName
{
border-color: #8A2DBB;
}
</style>