Shades of Dark Orchid #8A2ACB
Tints of Dark Orchid #8A2ACB
RGB
CMYK
RGB Variations
Color information
#8A2ACB (or 0x8A2ACB) is known color: Dark Orchid. HEX triplet: 8A, 2A and CB. RGB value is (138,42,203). Sum of RGB (Red+Green+Blue) = 138+42+203=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A2ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2ACB is #75D534. Grayscale: #585858. Windows color (decimal): -7722293 or 13314698. OLE color: 13314698.
HSL color Cylindrical-coordinate representation of color #8A2ACB: hue angle of 275.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A2ACB is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 42 | 203 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.20 |
| HSL | 275.78º | 0.66% | 0.48% | - |
| HSV(B) | 275.78º | 0.79% | 0.8% | - |
| XYZ | 22.09 | 11.37 | 57.53 | - |
| YUV | 89.06 | 192.3 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 203 | 0.32 | 0.79 | 0 | 0.20 | 275.78 | 0.66 | 0.48 |
| Hex | 8A | 2A | CB | 20 | 4F | 0 | 14 | 114 | 42 | 30 |
| Octal | 212 | 52 | 313 | 40 | 117 | 0 | 24 | 424 | 102 | 60 |
| Binary | 10001010 | 101010 | 11001011 | 100000 | 1001111 | 0 | 10100 | 100010100 | 1000010 | 110000 |
Color Harmonies of #8A2ACB
Complementary color
Monochromatic Colors of #8A2ACB
Black with #8A2ACB
Text Example
Text Example
White with #8A2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2ACB; }
p { color: rgb(138,42,203); }
H1.HeaderClassName
{
color: #8A2ACB;
}
.AnyTagClassName
{
color: #8A2ACB;
}
</style>
background-color css
<style>
a { background-color: #8A2ACB; }
a { background-color: rgb(138,42,203); }
div.DivClassName
{
background-color: #8A2ACB;
}
.BgClassName
{
background-color: #8A2ACB;
}
</style>
border-color css
<style>
span { border-color: #8A2ACB; }
span { border-color: rgb(138,42,203); }
td.TdClassName
{
border-color: #8A2ACB;
}
.TagClassName
{
border-color: #8A2ACB;
}
</style>