Shades of Dark Orchid #8A21B4
Tints of Dark Orchid #8A21B4
RGB
CMYK
RGB Variations
Color information
#8A21B4 (or 0x8A21B4) is known color: Dark Orchid. HEX triplet: 8A, 21 and B4. RGB value is (138,33,180). Sum of RGB (Red+Green+Blue) = 138+33+180=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A21B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A21B4 is #75DE4B. Grayscale: #505050. Windows color (decimal): -7724620 or 11805066. OLE color: 11805066.
HSL color Cylindrical-coordinate representation of color #8A21B4: hue angle of 282.86º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A21B4 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 33 | 180 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.29 |
| HSL | 282.86º | 0.69% | 0.42% | - |
| HSV(B) | 282.86º | 0.82% | 0.71% | - |
| XYZ | 19.26 | 9.79 | 44.05 | - |
| YUV | 81.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 33 | 180 | 0.23 | 0.82 | 0 | 0.29 | 282.86 | 0.69 | 0.42 |
| Hex | 8A | 21 | B4 | 17 | 52 | 0 | 1D | 11B | 45 | 2A |
| Octal | 212 | 41 | 264 | 27 | 122 | 0 | 35 | 433 | 105 | 52 |
| Binary | 10001010 | 100001 | 10110100 | 10111 | 1010010 | 0 | 11101 | 100011011 | 1000101 | 101010 |
Color Harmonies of #8A21B4
Complementary color
Monochromatic Colors of #8A21B4
Black with #8A21B4
Text Example
Text Example
White with #8A21B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A21B4; }
p { color: rgb(138,33,180); }
H1.HeaderClassName
{
color: #8A21B4;
}
.AnyTagClassName
{
color: #8A21B4;
}
</style>
background-color css
<style>
a { background-color: #8A21B4; }
a { background-color: rgb(138,33,180); }
div.DivClassName
{
background-color: #8A21B4;
}
.BgClassName
{
background-color: #8A21B4;
}
</style>
border-color css
<style>
span { border-color: #8A21B4; }
span { border-color: rgb(138,33,180); }
td.TdClassName
{
border-color: #8A21B4;
}
.TagClassName
{
border-color: #8A21B4;
}
</style>