Shades of Dark Orchid #8C39AF
Tints of Dark Orchid #8C39AF
RGB
CMYK
RGB Variations
Color information
#8C39AF (or 0x8C39AF) is known color: Dark Orchid. HEX triplet: 8C, 39 and AF. RGB value is (140,57,175). Sum of RGB (Red+Green+Blue) = 140+57+175=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C39AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C39AF is #73C650. Grayscale: #5E5E5E. Windows color (decimal): -7587409 or 11483532. OLE color: 11483532.
HSL color Cylindrical-coordinate representation of color #8C39AF: hue angle of 282.2º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C39AF is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 57 | 175 | - |
| CMYK | 0.2 | 0.67 | 0 | 0.31 |
| HSL | 282.2º | 0.51% | 0.45% | - |
| HSV(B) | 282.2º | 0.67% | 0.69% | - |
| XYZ | 20.02 | 11.6 | 41.74 | - |
| YUV | 95.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 175 | 0.2 | 0.67 | 0 | 0.31 | 282.2 | 0.51 | 0.45 |
| Hex | 8C | 39 | AF | 14 | 43 | 0 | 1F | 11A | 33 | 2D |
| Octal | 214 | 71 | 257 | 24 | 103 | 0 | 37 | 432 | 63 | 55 |
| Binary | 10001100 | 111001 | 10101111 | 10100 | 1000011 | 0 | 11111 | 100011010 | 110011 | 101101 |
Color Harmonies of #8C39AF
Complementary color
Monochromatic Colors of #8C39AF
Black with #8C39AF
Text Example
Text Example
White with #8C39AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C39AF; }
p { color: rgb(140,57,175); }
H1.HeaderClassName
{
color: #8C39AF;
}
.AnyTagClassName
{
color: #8C39AF;
}
</style>
background-color css
<style>
a { background-color: #8C39AF; }
a { background-color: rgb(140,57,175); }
div.DivClassName
{
background-color: #8C39AF;
}
.BgClassName
{
background-color: #8C39AF;
}
</style>
border-color css
<style>
span { border-color: #8C39AF; }
span { border-color: rgb(140,57,175); }
td.TdClassName
{
border-color: #8C39AF;
}
.TagClassName
{
border-color: #8C39AF;
}
</style>