Shades of Dark Orchid #8F32AE
Tints of Dark Orchid #8F32AE
RGB
CMYK
RGB Variations
Color information
#8F32AE (or 0x8F32AE) is known color: Dark Orchid. HEX triplet: 8F, 32 and AE. RGB value is (143,50,174). Sum of RGB (Red+Green+Blue) = 143+50+174=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F32AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F32AE is #70CD51. Grayscale: #5B5B5B. Windows color (decimal): -7392594 or 11416207. OLE color: 11416207.
HSL color Cylindrical-coordinate representation of color #8F32AE: hue angle of 285º 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 #8F32AE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 50 | 174 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.32 |
| HSL | 285º | 0.55% | 0.44% | - |
| HSV(B) | 285º | 0.71% | 0.68% | - |
| XYZ | 20.11 | 11.18 | 41.14 | - |
| YUV | 91.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 174 | 0.18 | 0.71 | 0 | 0.32 | 285 | 0.55 | 0.44 |
| Hex | 8F | 32 | AE | 12 | 47 | 0 | 20 | 11D | 37 | 2C |
| Octal | 217 | 62 | 256 | 22 | 107 | 0 | 40 | 435 | 67 | 54 |
| Binary | 10001111 | 110010 | 10101110 | 10010 | 1000111 | 0 | 100000 | 100011101 | 110111 | 101100 |
Color Harmonies of #8F32AE
Complementary color
Monochromatic Colors of #8F32AE
Black with #8F32AE
Text Example
Text Example
White with #8F32AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32AE; }
p { color: rgb(143,50,174); }
H1.HeaderClassName
{
color: #8F32AE;
}
.AnyTagClassName
{
color: #8F32AE;
}
</style>
background-color css
<style>
a { background-color: #8F32AE; }
a { background-color: rgb(143,50,174); }
div.DivClassName
{
background-color: #8F32AE;
}
.BgClassName
{
background-color: #8F32AE;
}
</style>
border-color css
<style>
span { border-color: #8F32AE; }
span { border-color: rgb(143,50,174); }
td.TdClassName
{
border-color: #8F32AE;
}
.TagClassName
{
border-color: #8F32AE;
}
</style>