Shades of Dark Orchid #8A2DCE
Tints of Dark Orchid #8A2DCE
RGB
CMYK
RGB Variations
Color information
#8A2DCE (or 0x8A2DCE) is known color: Dark Orchid. HEX triplet: 8A, 2D and CE. RGB value is (138,45,206). Sum of RGB (Red+Green+Blue) = 138+45+206=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A2DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2DCE is #75D231. Grayscale: #5A5A5A. Windows color (decimal): -7721522 or 13512074. OLE color: 13512074.
HSL color Cylindrical-coordinate representation of color #8A2DCE: hue angle of 274.66º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A2DCE is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 45 | 206 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.19 |
| HSL | 274.66º | 0.64% | 0.49% | - |
| HSV(B) | 274.66º | 0.78% | 0.81% | - |
| XYZ | 22.56 | 11.74 | 59.47 | - |
| YUV | 91.16 | 192.81 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 206 | 0.33 | 0.78 | 0 | 0.19 | 274.66 | 0.64 | 0.49 |
| Hex | 8A | 2D | CE | 21 | 4E | 0 | 13 | 113 | 40 | 31 |
| Octal | 212 | 55 | 316 | 41 | 116 | 0 | 23 | 423 | 100 | 61 |
| Binary | 10001010 | 101101 | 11001110 | 100001 | 1001110 | 0 | 10011 | 100010011 | 1000000 | 110001 |
Color Harmonies of #8A2DCE
Complementary color
Monochromatic Colors of #8A2DCE
Black with #8A2DCE
Text Example
Text Example
White with #8A2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2DCE; }
p { color: rgb(138,45,206); }
H1.HeaderClassName
{
color: #8A2DCE;
}
.AnyTagClassName
{
color: #8A2DCE;
}
</style>
background-color css
<style>
a { background-color: #8A2DCE; }
a { background-color: rgb(138,45,206); }
div.DivClassName
{
background-color: #8A2DCE;
}
.BgClassName
{
background-color: #8A2DCE;
}
</style>
border-color css
<style>
span { border-color: #8A2DCE; }
span { border-color: rgb(138,45,206); }
td.TdClassName
{
border-color: #8A2DCE;
}
.TagClassName
{
border-color: #8A2DCE;
}
</style>