Shades of Dark Orchid #8F2AAF
Tints of Dark Orchid #8F2AAF
RGB
CMYK
RGB Variations
Color information
#8F2AAF (or 0x8F2AAF) is known color: Dark Orchid. HEX triplet: 8F, 2A and AF. RGB value is (143,42,175). Sum of RGB (Red+Green+Blue) = 143+42+175=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F2AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2AAF is #70D550. Grayscale: #565656. Windows color (decimal): -7394641 or 11479695. OLE color: 11479695.
HSL color Cylindrical-coordinate representation of color #8F2AAF: hue angle of 285.56º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2AAF is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 42 | 175 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.31 |
| HSL | 285.56º | 0.61% | 0.43% | - |
| HSV(B) | 285.56º | 0.76% | 0.69% | - |
| XYZ | 19.89 | 10.59 | 41.55 | - |
| YUV | 87.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 175 | 0.18 | 0.76 | 0 | 0.31 | 285.56 | 0.61 | 0.43 |
| Hex | 8F | 2A | AF | 12 | 4C | 0 | 1F | 11E | 3D | 2B |
| Octal | 217 | 52 | 257 | 22 | 114 | 0 | 37 | 436 | 75 | 53 |
| Binary | 10001111 | 101010 | 10101111 | 10010 | 1001100 | 0 | 11111 | 100011110 | 111101 | 101011 |
Color Harmonies of #8F2AAF
Complementary color
Monochromatic Colors of #8F2AAF
Black with #8F2AAF
Text Example
Text Example
White with #8F2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2AAF; }
p { color: rgb(143,42,175); }
H1.HeaderClassName
{
color: #8F2AAF;
}
.AnyTagClassName
{
color: #8F2AAF;
}
</style>
background-color css
<style>
a { background-color: #8F2AAF; }
a { background-color: rgb(143,42,175); }
div.DivClassName
{
background-color: #8F2AAF;
}
.BgClassName
{
background-color: #8F2AAF;
}
</style>
border-color css
<style>
span { border-color: #8F2AAF; }
span { border-color: rgb(143,42,175); }
td.TdClassName
{
border-color: #8F2AAF;
}
.TagClassName
{
border-color: #8F2AAF;
}
</style>