Shades of Dark Orchid #8A1DBB
Tints of Dark Orchid #8A1DBB
RGB
CMYK
RGB Variations
Color information
#8A1DBB (or 0x8A1DBB) is known color: Dark Orchid. HEX triplet: 8A, 1D and BB. RGB value is (138,29,187). Sum of RGB (Red+Green+Blue) = 138+29+187=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1DBB is #75E244. Grayscale: #4F4F4F. Windows color (decimal): -7725637 or 12262794. OLE color: 12262794.
HSL color Cylindrical-coordinate representation of color #8A1DBB: hue angle of 281.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1DBB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 29 | 187 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.27 |
| HSL | 281.39º | 0.73% | 0.42% | - |
| HSV(B) | 281.39º | 0.84% | 0.73% | - |
| XYZ | 19.89 | 9.87 | 47.87 | - |
| YUV | 79.6 | 188.61 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 187 | 0.26 | 0.84 | 0 | 0.27 | 281.39 | 0.73 | 0.42 |
| Hex | 8A | 1D | BB | 1A | 54 | 0 | 1B | 119 | 49 | 2A |
| Octal | 212 | 35 | 273 | 32 | 124 | 0 | 33 | 431 | 111 | 52 |
| Binary | 10001010 | 11101 | 10111011 | 11010 | 1010100 | 0 | 11011 | 100011001 | 1001001 | 101010 |
Color Harmonies of #8A1DBB
Complementary color
Monochromatic Colors of #8A1DBB
Black with #8A1DBB
Text Example
Text Example
White with #8A1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1DBB; }
p { color: rgb(138,29,187); }
H1.HeaderClassName
{
color: #8A1DBB;
}
.AnyTagClassName
{
color: #8A1DBB;
}
</style>
background-color css
<style>
a { background-color: #8A1DBB; }
a { background-color: rgb(138,29,187); }
div.DivClassName
{
background-color: #8A1DBB;
}
.BgClassName
{
background-color: #8A1DBB;
}
</style>
border-color css
<style>
span { border-color: #8A1DBB; }
span { border-color: rgb(138,29,187); }
td.TdClassName
{
border-color: #8A1DBB;
}
.TagClassName
{
border-color: #8A1DBB;
}
</style>