Shades of Dark Orchid #8F28AF
Tints of Dark Orchid #8F28AF
RGB
CMYK
RGB Variations
Color information
#8F28AF (or 0x8F28AF) is known color: Dark Orchid. HEX triplet: 8F, 28 and AF. RGB value is (143,40,175). Sum of RGB (Red+Green+Blue) = 143+40+175=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F28AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F28AF is #70D750. Grayscale: #555555. Windows color (decimal): -7395153 or 11479183. OLE color: 11479183.
HSL color Cylindrical-coordinate representation of color #8F28AF: hue angle of 285.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F28AF is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 40 | 175 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.31 |
| HSL | 285.78º | 0.63% | 0.42% | - |
| HSV(B) | 285.78º | 0.77% | 0.69% | - |
| XYZ | 19.82 | 10.45 | 41.53 | - |
| YUV | 86.19 | 178.12 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 175 | 0.18 | 0.77 | 0 | 0.31 | 285.78 | 0.63 | 0.42 |
| Hex | 8F | 28 | AF | 12 | 4D | 0 | 1F | 11E | 3F | 2A |
| Octal | 217 | 50 | 257 | 22 | 115 | 0 | 37 | 436 | 77 | 52 |
| Binary | 10001111 | 101000 | 10101111 | 10010 | 1001101 | 0 | 11111 | 100011110 | 111111 | 101010 |
Color Harmonies of #8F28AF
Complementary color
Monochromatic Colors of #8F28AF
Black with #8F28AF
Text Example
Text Example
White with #8F28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F28AF; }
p { color: rgb(143,40,175); }
H1.HeaderClassName
{
color: #8F28AF;
}
.AnyTagClassName
{
color: #8F28AF;
}
</style>
background-color css
<style>
a { background-color: #8F28AF; }
a { background-color: rgb(143,40,175); }
div.DivClassName
{
background-color: #8F28AF;
}
.BgClassName
{
background-color: #8F28AF;
}
</style>
border-color css
<style>
span { border-color: #8F28AF; }
span { border-color: rgb(143,40,175); }
td.TdClassName
{
border-color: #8F28AF;
}
.TagClassName
{
border-color: #8F28AF;
}
</style>