Shades of Dark Orchid #8A3CCC
Tints of Dark Orchid #8A3CCC
RGB
CMYK
RGB Variations
Color information
#8A3CCC (or 0x8A3CCC) is known color: Dark Orchid. HEX triplet: 8A, 3C and CC. RGB value is (138,60,204). Sum of RGB (Red+Green+Blue) = 138+60+204=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A3CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3CCC is #75C333. Grayscale: #636363. Windows color (decimal): -7717684 or 13384842. OLE color: 13384842.
HSL color Cylindrical-coordinate representation of color #8A3CCC: hue angle of 272.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A3CCC is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 60 | 204 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.2 |
| HSL | 272.5º | 0.59% | 0.52% | - |
| HSV(B) | 272.5º | 0.71% | 0.8% | - |
| XYZ | 23 | 12.99 | 58.42 | - |
| YUV | 99.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 204 | 0.32 | 0.71 | 0 | 0.2 | 272.5 | 0.59 | 0.52 |
| Hex | 8A | 3C | CC | 20 | 47 | 0 | 14 | 110 | 3B | 34 |
| Octal | 212 | 74 | 314 | 40 | 107 | 0 | 24 | 420 | 73 | 64 |
| Binary | 10001010 | 111100 | 11001100 | 100000 | 1000111 | 0 | 10100 | 100010000 | 111011 | 110100 |
Color Harmonies of #8A3CCC
Complementary color
Monochromatic Colors of #8A3CCC
Black with #8A3CCC
Text Example
Text Example
White with #8A3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3CCC; }
p { color: rgb(138,60,204); }
H1.HeaderClassName
{
color: #8A3CCC;
}
.AnyTagClassName
{
color: #8A3CCC;
}
</style>
background-color css
<style>
a { background-color: #8A3CCC; }
a { background-color: rgb(138,60,204); }
div.DivClassName
{
background-color: #8A3CCC;
}
.BgClassName
{
background-color: #8A3CCC;
}
</style>
border-color css
<style>
span { border-color: #8A3CCC; }
span { border-color: rgb(138,60,204); }
td.TdClassName
{
border-color: #8A3CCC;
}
.TagClassName
{
border-color: #8A3CCC;
}
</style>