Shades of Dark Orchid #8F30AF
Tints of Dark Orchid #8F30AF
RGB
CMYK
RGB Variations
Color information
#8F30AF (or 0x8F30AF) is known color: Dark Orchid. HEX triplet: 8F, 30 and AF. RGB value is (143,48,175). Sum of RGB (Red+Green+Blue) = 143+48+175=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F30AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F30AF is #70CF50. Grayscale: #5A5A5A. Windows color (decimal): -7393105 or 11481231. OLE color: 11481231.
HSL color Cylindrical-coordinate representation of color #8F30AF: hue angle of 284.88º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F30AF is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 48 | 175 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.31 |
| HSL | 284.88º | 0.57% | 0.44% | - |
| HSV(B) | 284.88º | 0.73% | 0.69% | - |
| XYZ | 20.12 | 11.05 | 41.63 | - |
| YUV | 90.88 | 175.47 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 175 | 0.18 | 0.73 | 0 | 0.31 | 284.88 | 0.57 | 0.44 |
| Hex | 8F | 30 | AF | 12 | 49 | 0 | 1F | 11D | 39 | 2C |
| Octal | 217 | 60 | 257 | 22 | 111 | 0 | 37 | 435 | 71 | 54 |
| Binary | 10001111 | 110000 | 10101111 | 10010 | 1001001 | 0 | 11111 | 100011101 | 111001 | 101100 |
Color Harmonies of #8F30AF
Complementary color
Monochromatic Colors of #8F30AF
Black with #8F30AF
Text Example
Text Example
White with #8F30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F30AF; }
p { color: rgb(143,48,175); }
H1.HeaderClassName
{
color: #8F30AF;
}
.AnyTagClassName
{
color: #8F30AF;
}
</style>
background-color css
<style>
a { background-color: #8F30AF; }
a { background-color: rgb(143,48,175); }
div.DivClassName
{
background-color: #8F30AF;
}
.BgClassName
{
background-color: #8F30AF;
}
</style>
border-color css
<style>
span { border-color: #8F30AF; }
span { border-color: rgb(143,48,175); }
td.TdClassName
{
border-color: #8F30AF;
}
.TagClassName
{
border-color: #8F30AF;
}
</style>