Shades of Dark Orchid #8C36AF
Tints of Dark Orchid #8C36AF
RGB
CMYK
RGB Variations
Color information
#8C36AF (or 0x8C36AF) is known color: Dark Orchid. HEX triplet: 8C, 36 and AF. RGB value is (140,54,175). Sum of RGB (Red+Green+Blue) = 140+54+175=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C36AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C36AF is #73C950. Grayscale: #5D5D5D. Windows color (decimal): -7588177 or 11482764. OLE color: 11482764.
HSL color Cylindrical-coordinate representation of color #8C36AF: hue angle of 282.64º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C36AF is Cyan = 0.2, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 54 | 175 | - |
| CMYK | 0.2 | 0.69 | 0 | 0.31 |
| HSL | 282.64º | 0.53% | 0.45% | - |
| HSV(B) | 282.64º | 0.69% | 0.69% | - |
| XYZ | 19.87 | 11.31 | 41.69 | - |
| YUV | 93.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 175 | 0.2 | 0.69 | 0 | 0.31 | 282.64 | 0.53 | 0.45 |
| Hex | 8C | 36 | AF | 14 | 45 | 0 | 1F | 11B | 35 | 2D |
| Octal | 214 | 66 | 257 | 24 | 105 | 0 | 37 | 433 | 65 | 55 |
| Binary | 10001100 | 110110 | 10101111 | 10100 | 1000101 | 0 | 11111 | 100011011 | 110101 | 101101 |
Color Harmonies of #8C36AF
Complementary color
Monochromatic Colors of #8C36AF
Black with #8C36AF
Text Example
Text Example
White with #8C36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C36AF; }
p { color: rgb(140,54,175); }
H1.HeaderClassName
{
color: #8C36AF;
}
.AnyTagClassName
{
color: #8C36AF;
}
</style>
background-color css
<style>
a { background-color: #8C36AF; }
a { background-color: rgb(140,54,175); }
div.DivClassName
{
background-color: #8C36AF;
}
.BgClassName
{
background-color: #8C36AF;
}
</style>
border-color css
<style>
span { border-color: #8C36AF; }
span { border-color: rgb(140,54,175); }
td.TdClassName
{
border-color: #8C36AF;
}
.TagClassName
{
border-color: #8C36AF;
}
</style>