Shades of Dark Orchid #8C38AF
Tints of Dark Orchid #8C38AF
RGB
CMYK
RGB Variations
Color information
#8C38AF (or 0x8C38AF) is known color: Dark Orchid. HEX triplet: 8C, 38 and AF. RGB value is (140,56,175). Sum of RGB (Red+Green+Blue) = 140+56+175=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C38AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C38AF is #73C750. Grayscale: #5E5E5E. Windows color (decimal): -7587665 or 11483276. OLE color: 11483276.
HSL color Cylindrical-coordinate representation of color #8C38AF: hue angle of 282.35º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C38AF is Cyan = 0.2, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 56 | 175 | - |
| CMYK | 0.2 | 0.68 | 0 | 0.31 |
| HSL | 282.35º | 0.52% | 0.45% | - |
| HSV(B) | 282.35º | 0.68% | 0.69% | - |
| XYZ | 19.97 | 11.5 | 41.72 | - |
| YUV | 94.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 175 | 0.2 | 0.68 | 0 | 0.31 | 282.35 | 0.52 | 0.45 |
| Hex | 8C | 38 | AF | 14 | 44 | 0 | 1F | 11A | 34 | 2D |
| Octal | 214 | 70 | 257 | 24 | 104 | 0 | 37 | 432 | 64 | 55 |
| Binary | 10001100 | 111000 | 10101111 | 10100 | 1000100 | 0 | 11111 | 100011010 | 110100 | 101101 |
Color Harmonies of #8C38AF
Complementary color
Monochromatic Colors of #8C38AF
Black with #8C38AF
Text Example
Text Example
White with #8C38AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C38AF; }
p { color: rgb(140,56,175); }
H1.HeaderClassName
{
color: #8C38AF;
}
.AnyTagClassName
{
color: #8C38AF;
}
</style>
background-color css
<style>
a { background-color: #8C38AF; }
a { background-color: rgb(140,56,175); }
div.DivClassName
{
background-color: #8C38AF;
}
.BgClassName
{
background-color: #8C38AF;
}
</style>
border-color css
<style>
span { border-color: #8C38AF; }
span { border-color: rgb(140,56,175); }
td.TdClassName
{
border-color: #8C38AF;
}
.TagClassName
{
border-color: #8C38AF;
}
</style>