Shades of Dark Orchid #8A1DB4
Tints of Dark Orchid #8A1DB4
RGB
CMYK
RGB Variations
Color information
#8A1DB4 (or 0x8A1DB4) is known color: Dark Orchid. HEX triplet: 8A, 1D and B4. RGB value is (138,29,180). Sum of RGB (Red+Green+Blue) = 138+29+180=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A1DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1DB4 is #75E24B. Grayscale: #4E4E4E. Windows color (decimal): -7725644 or 11804042. OLE color: 11804042.
HSL color Cylindrical-coordinate representation of color #8A1DB4: hue angle of 283.31º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1DB4 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 29 | 180 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.29 |
| HSL | 283.31º | 0.72% | 0.41% | - |
| HSV(B) | 283.31º | 0.84% | 0.71% | - |
| XYZ | 19.16 | 9.58 | 44.02 | - |
| YUV | 78.81 | 185.11 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 180 | 0.23 | 0.84 | 0 | 0.29 | 283.31 | 0.72 | 0.41 |
| Hex | 8A | 1D | B4 | 17 | 54 | 0 | 1D | 11B | 48 | 29 |
| Octal | 212 | 35 | 264 | 27 | 124 | 0 | 35 | 433 | 110 | 51 |
| Binary | 10001010 | 11101 | 10110100 | 10111 | 1010100 | 0 | 11101 | 100011011 | 1001000 | 101001 |
Color Harmonies of #8A1DB4
Complementary color
Monochromatic Colors of #8A1DB4
Black with #8A1DB4
Text Example
Text Example
White with #8A1DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1DB4; }
p { color: rgb(138,29,180); }
H1.HeaderClassName
{
color: #8A1DB4;
}
.AnyTagClassName
{
color: #8A1DB4;
}
</style>
background-color css
<style>
a { background-color: #8A1DB4; }
a { background-color: rgb(138,29,180); }
div.DivClassName
{
background-color: #8A1DB4;
}
.BgClassName
{
background-color: #8A1DB4;
}
</style>
border-color css
<style>
span { border-color: #8A1DB4; }
span { border-color: rgb(138,29,180); }
td.TdClassName
{
border-color: #8A1DB4;
}
.TagClassName
{
border-color: #8A1DB4;
}
</style>