Shades of Dark Orchid #8A3EB9
Tints of Dark Orchid #8A3EB9
RGB
CMYK
RGB Variations
Color information
#8A3EB9 (or 0x8A3EB9) is known color: Dark Orchid. HEX triplet: 8A, 3E and B9. RGB value is (138,62,185). Sum of RGB (Red+Green+Blue) = 138+62+185=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A3EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3EB9 is #75C146. Grayscale: #626262. Windows color (decimal): -7717191 or 12140170. OLE color: 12140170.
HSL color Cylindrical-coordinate representation of color #8A3EB9: hue angle of 277.07º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A3EB9 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 62 | 185 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.27 |
| HSL | 277.07º | 0.5% | 0.48% | - |
| HSV(B) | 277.07º | 0.66% | 0.73% | - |
| XYZ | 20.96 | 12.35 | 47.18 | - |
| YUV | 98.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 185 | 0.25 | 0.66 | 0 | 0.27 | 277.07 | 0.5 | 0.48 |
| Hex | 8A | 3E | B9 | 19 | 42 | 0 | 1B | 115 | 32 | 30 |
| Octal | 212 | 76 | 271 | 31 | 102 | 0 | 33 | 425 | 62 | 60 |
| Binary | 10001010 | 111110 | 10111001 | 11001 | 1000010 | 0 | 11011 | 100010101 | 110010 | 110000 |
Color Harmonies of #8A3EB9
Complementary color
Monochromatic Colors of #8A3EB9
Black with #8A3EB9
Text Example
Text Example
White with #8A3EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3EB9; }
p { color: rgb(138,62,185); }
H1.HeaderClassName
{
color: #8A3EB9;
}
.AnyTagClassName
{
color: #8A3EB9;
}
</style>
background-color css
<style>
a { background-color: #8A3EB9; }
a { background-color: rgb(138,62,185); }
div.DivClassName
{
background-color: #8A3EB9;
}
.BgClassName
{
background-color: #8A3EB9;
}
</style>
border-color css
<style>
span { border-color: #8A3EB9; }
span { border-color: rgb(138,62,185); }
td.TdClassName
{
border-color: #8A3EB9;
}
.TagClassName
{
border-color: #8A3EB9;
}
</style>