Shades of Dark Orchid #8C39CE
Tints of Dark Orchid #8C39CE
RGB
CMYK
RGB Variations
Color information
#8C39CE (or 0x8C39CE) is known color: Dark Orchid. HEX triplet: 8C, 39 and CE. RGB value is (140,57,206). Sum of RGB (Red+Green+Blue) = 140+57+206=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C39CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C39CE is #73C631. Grayscale: #626262. Windows color (decimal): -7587378 or 13515148. OLE color: 13515148.
HSL color Cylindrical-coordinate representation of color #8C39CE: hue angle of 273.42º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C39CE is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 57 | 206 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.19 |
| HSL | 273.42º | 0.6% | 0.52% | - |
| HSV(B) | 273.42º | 0.72% | 0.81% | - |
| XYZ | 23.42 | 12.96 | 59.66 | - |
| YUV | 98.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 206 | 0.32 | 0.72 | 0 | 0.19 | 273.42 | 0.6 | 0.52 |
| Hex | 8C | 39 | CE | 20 | 48 | 0 | 13 | 111 | 3C | 34 |
| Octal | 214 | 71 | 316 | 40 | 110 | 0 | 23 | 421 | 74 | 64 |
| Binary | 10001100 | 111001 | 11001110 | 100000 | 1001000 | 0 | 10011 | 100010001 | 111100 | 110100 |
Color Harmonies of #8C39CE
Complementary color
Monochromatic Colors of #8C39CE
Black with #8C39CE
Text Example
Text Example
White with #8C39CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C39CE; }
p { color: rgb(140,57,206); }
H1.HeaderClassName
{
color: #8C39CE;
}
.AnyTagClassName
{
color: #8C39CE;
}
</style>
background-color css
<style>
a { background-color: #8C39CE; }
a { background-color: rgb(140,57,206); }
div.DivClassName
{
background-color: #8C39CE;
}
.BgClassName
{
background-color: #8C39CE;
}
</style>
border-color css
<style>
span { border-color: #8C39CE; }
span { border-color: rgb(140,57,206); }
td.TdClassName
{
border-color: #8C39CE;
}
.TagClassName
{
border-color: #8C39CE;
}
</style>