Shades of Dark Orchid #8C30AF
Tints of Dark Orchid #8C30AF
RGB
CMYK
RGB Variations
Color information
#8C30AF (or 0x8C30AF) is known color: Dark Orchid. HEX triplet: 8C, 30 and AF. RGB value is (140,48,175). Sum of RGB (Red+Green+Blue) = 140+48+175=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C30AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C30AF is #73CF50. Grayscale: #595959. Windows color (decimal): -7589713 or 11481228. OLE color: 11481228.
HSL color Cylindrical-coordinate representation of color #8C30AF: hue angle of 283.46º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C30AF is Cyan = 0.2, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 48 | 175 | - |
| CMYK | 0.2 | 0.73 | 0 | 0.31 |
| HSL | 283.46º | 0.57% | 0.44% | - |
| HSV(B) | 283.46º | 0.73% | 0.69% | - |
| XYZ | 19.61 | 10.78 | 41.61 | - |
| YUV | 89.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 175 | 0.2 | 0.73 | 0 | 0.31 | 283.46 | 0.57 | 0.44 |
| Hex | 8C | 30 | AF | 14 | 49 | 0 | 1F | 11B | 39 | 2C |
| Octal | 214 | 60 | 257 | 24 | 111 | 0 | 37 | 433 | 71 | 54 |
| Binary | 10001100 | 110000 | 10101111 | 10100 | 1001001 | 0 | 11111 | 100011011 | 111001 | 101100 |
Color Harmonies of #8C30AF
Complementary color
Monochromatic Colors of #8C30AF
Black with #8C30AF
Text Example
Text Example
White with #8C30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C30AF; }
p { color: rgb(140,48,175); }
H1.HeaderClassName
{
color: #8C30AF;
}
.AnyTagClassName
{
color: #8C30AF;
}
</style>
background-color css
<style>
a { background-color: #8C30AF; }
a { background-color: rgb(140,48,175); }
div.DivClassName
{
background-color: #8C30AF;
}
.BgClassName
{
background-color: #8C30AF;
}
</style>
border-color css
<style>
span { border-color: #8C30AF; }
span { border-color: rgb(140,48,175); }
td.TdClassName
{
border-color: #8C30AF;
}
.TagClassName
{
border-color: #8C30AF;
}
</style>