Shades of Dark Orchid #8A3DCC
Tints of Dark Orchid #8A3DCC
RGB
CMYK
RGB Variations
Color information
#8A3DCC (or 0x8A3DCC) is known color: Dark Orchid. HEX triplet: 8A, 3D and CC. RGB value is (138,61,204). Sum of RGB (Red+Green+Blue) = 138+61+204=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A3DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3DCC is #75C233. Grayscale: #636363. Windows color (decimal): -7717428 or 13385098. OLE color: 13385098.
HSL color Cylindrical-coordinate representation of color #8A3DCC: hue angle of 272.31º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A3DCC is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 61 | 204 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.2 |
| HSL | 272.31º | 0.58% | 0.52% | - |
| HSV(B) | 272.31º | 0.7% | 0.8% | - |
| XYZ | 23.05 | 13.1 | 58.44 | - |
| YUV | 100.33 | 186.51 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 204 | 0.32 | 0.70 | 0 | 0.2 | 272.31 | 0.58 | 0.52 |
| Hex | 8A | 3D | CC | 20 | 46 | 0 | 14 | 110 | 3A | 34 |
| Octal | 212 | 75 | 314 | 40 | 106 | 0 | 24 | 420 | 72 | 64 |
| Binary | 10001010 | 111101 | 11001100 | 100000 | 1000110 | 0 | 10100 | 100010000 | 111010 | 110100 |
Color Harmonies of #8A3DCC
Complementary color
Monochromatic Colors of #8A3DCC
Black with #8A3DCC
Text Example
Text Example
White with #8A3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3DCC; }
p { color: rgb(138,61,204); }
H1.HeaderClassName
{
color: #8A3DCC;
}
.AnyTagClassName
{
color: #8A3DCC;
}
</style>
background-color css
<style>
a { background-color: #8A3DCC; }
a { background-color: rgb(138,61,204); }
div.DivClassName
{
background-color: #8A3DCC;
}
.BgClassName
{
background-color: #8A3DCC;
}
</style>
border-color css
<style>
span { border-color: #8A3DCC; }
span { border-color: rgb(138,61,204); }
td.TdClassName
{
border-color: #8A3DCC;
}
.TagClassName
{
border-color: #8A3DCC;
}
</style>