Shades of Dark Orchid #8F32AD
Tints of Dark Orchid #8F32AD
RGB
CMYK
RGB Variations
Color information
#8F32AD (or 0x8F32AD) is known color: Dark Orchid. HEX triplet: 8F, 32 and AD. RGB value is (143,50,173). Sum of RGB (Red+Green+Blue) = 143+50+173=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F32AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F32AD is #70CD52. Grayscale: #5B5B5B. Windows color (decimal): -7392595 or 11350671. OLE color: 11350671.
HSL color Cylindrical-coordinate representation of color #8F32AD: hue angle of 285.37º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F32AD is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 50 | 173 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.32 |
| HSL | 285.37º | 0.55% | 0.44% | - |
| HSV(B) | 285.37º | 0.71% | 0.68% | - |
| XYZ | 20.01 | 11.14 | 40.63 | - |
| YUV | 91.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 173 | 0.17 | 0.71 | 0 | 0.32 | 285.37 | 0.55 | 0.44 |
| Hex | 8F | 32 | AD | 11 | 47 | 0 | 20 | 11D | 37 | 2C |
| Octal | 217 | 62 | 255 | 21 | 107 | 0 | 40 | 435 | 67 | 54 |
| Binary | 10001111 | 110010 | 10101101 | 10001 | 1000111 | 0 | 100000 | 100011101 | 110111 | 101100 |
Color Harmonies of #8F32AD
Complementary color
Monochromatic Colors of #8F32AD
Black with #8F32AD
Text Example
Text Example
White with #8F32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32AD; }
p { color: rgb(143,50,173); }
H1.HeaderClassName
{
color: #8F32AD;
}
.AnyTagClassName
{
color: #8F32AD;
}
</style>
background-color css
<style>
a { background-color: #8F32AD; }
a { background-color: rgb(143,50,173); }
div.DivClassName
{
background-color: #8F32AD;
}
.BgClassName
{
background-color: #8F32AD;
}
</style>
border-color css
<style>
span { border-color: #8F32AD; }
span { border-color: rgb(143,50,173); }
td.TdClassName
{
border-color: #8F32AD;
}
.TagClassName
{
border-color: #8F32AD;
}
</style>