Shades of Dark Orchid #8F39AF
Tints of Dark Orchid #8F39AF
RGB
CMYK
RGB Variations
Color information
#8F39AF (or 0x8F39AF) is known color: Dark Orchid. HEX triplet: 8F, 39 and AF. RGB value is (143,57,175). Sum of RGB (Red+Green+Blue) = 143+57+175=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F39AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F39AF is #70C650. Grayscale: #5F5F5F. Windows color (decimal): -7390801 or 11483535. OLE color: 11483535.
HSL color Cylindrical-coordinate representation of color #8F39AF: hue angle of 283.73º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F39AF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 57 | 175 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.31 |
| HSL | 283.73º | 0.51% | 0.45% | - |
| HSV(B) | 283.73º | 0.67% | 0.69% | - |
| XYZ | 20.53 | 11.86 | 41.76 | - |
| YUV | 96.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 175 | 0.18 | 0.67 | 0 | 0.31 | 283.73 | 0.51 | 0.45 |
| Hex | 8F | 39 | AF | 12 | 43 | 0 | 1F | 11C | 33 | 2D |
| Octal | 217 | 71 | 257 | 22 | 103 | 0 | 37 | 434 | 63 | 55 |
| Binary | 10001111 | 111001 | 10101111 | 10010 | 1000011 | 0 | 11111 | 100011100 | 110011 | 101101 |
Color Harmonies of #8F39AF
Complementary color
Monochromatic Colors of #8F39AF
Black with #8F39AF
Text Example
Text Example
White with #8F39AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F39AF; }
p { color: rgb(143,57,175); }
H1.HeaderClassName
{
color: #8F39AF;
}
.AnyTagClassName
{
color: #8F39AF;
}
</style>
background-color css
<style>
a { background-color: #8F39AF; }
a { background-color: rgb(143,57,175); }
div.DivClassName
{
background-color: #8F39AF;
}
.BgClassName
{
background-color: #8F39AF;
}
</style>
border-color css
<style>
span { border-color: #8F39AF; }
span { border-color: rgb(143,57,175); }
td.TdClassName
{
border-color: #8F39AF;
}
.TagClassName
{
border-color: #8F39AF;
}
</style>