Shades of Dark Orchid #8A3BCE
Tints of Dark Orchid #8A3BCE
RGB
CMYK
RGB Variations
Color information
#8A3BCE (or 0x8A3BCE) is known color: Dark Orchid. HEX triplet: 8A, 3B and CE. RGB value is (138,59,206). Sum of RGB (Red+Green+Blue) = 138+59+206=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A3BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3BCE is #75C431. Grayscale: #626262. Windows color (decimal): -7717938 or 13515658. OLE color: 13515658.
HSL color Cylindrical-coordinate representation of color #8A3BCE: hue angle of 272.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A3BCE is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 59 | 206 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.19 |
| HSL | 272.24º | 0.6% | 0.52% | - |
| HSV(B) | 272.24º | 0.71% | 0.81% | - |
| XYZ | 23.19 | 12.99 | 59.68 | - |
| YUV | 99.38 | 188.17 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 59 | 206 | 0.33 | 0.71 | 0 | 0.19 | 272.24 | 0.6 | 0.52 |
| Hex | 8A | 3B | CE | 21 | 47 | 0 | 13 | 110 | 3C | 34 |
| Octal | 212 | 73 | 316 | 41 | 107 | 0 | 23 | 420 | 74 | 64 |
| Binary | 10001010 | 111011 | 11001110 | 100001 | 1000111 | 0 | 10011 | 100010000 | 111100 | 110100 |
Color Harmonies of #8A3BCE
Complementary color
Monochromatic Colors of #8A3BCE
Black with #8A3BCE
Text Example
Text Example
White with #8A3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3BCE; }
p { color: rgb(138,59,206); }
H1.HeaderClassName
{
color: #8A3BCE;
}
.AnyTagClassName
{
color: #8A3BCE;
}
</style>
background-color css
<style>
a { background-color: #8A3BCE; }
a { background-color: rgb(138,59,206); }
div.DivClassName
{
background-color: #8A3BCE;
}
.BgClassName
{
background-color: #8A3BCE;
}
</style>
border-color css
<style>
span { border-color: #8A3BCE; }
span { border-color: rgb(138,59,206); }
td.TdClassName
{
border-color: #8A3BCE;
}
.TagClassName
{
border-color: #8A3BCE;
}
</style>