Shades of Dark Orchid #8A31AF
Tints of Dark Orchid #8A31AF
RGB
CMYK
RGB Variations
Color information
#8A31AF (or 0x8A31AF) is known color: Dark Orchid. HEX triplet: 8A, 31 and AF. RGB value is (138,49,175). Sum of RGB (Red+Green+Blue) = 138+49+175=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A31AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A31AF is #75CE50. Grayscale: #595959. Windows color (decimal): -7720529 or 11481482. OLE color: 11481482.
HSL color Cylindrical-coordinate representation of color #8A31AF: hue angle of 282.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A31AF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 49 | 175 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.31 |
| HSL | 282.38º | 0.56% | 0.44% | - |
| HSV(B) | 282.38º | 0.72% | 0.69% | - |
| XYZ | 19.32 | 10.7 | 41.6 | - |
| YUV | 89.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 175 | 0.21 | 0.72 | 0 | 0.31 | 282.38 | 0.56 | 0.44 |
| Hex | 8A | 31 | AF | 15 | 48 | 0 | 1F | 11A | 38 | 2C |
| Octal | 212 | 61 | 257 | 25 | 110 | 0 | 37 | 432 | 70 | 54 |
| Binary | 10001010 | 110001 | 10101111 | 10101 | 1001000 | 0 | 11111 | 100011010 | 111000 | 101100 |
Color Harmonies of #8A31AF
Complementary color
Monochromatic Colors of #8A31AF
Black with #8A31AF
Text Example
Text Example
White with #8A31AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A31AF; }
p { color: rgb(138,49,175); }
H1.HeaderClassName
{
color: #8A31AF;
}
.AnyTagClassName
{
color: #8A31AF;
}
</style>
background-color css
<style>
a { background-color: #8A31AF; }
a { background-color: rgb(138,49,175); }
div.DivClassName
{
background-color: #8A31AF;
}
.BgClassName
{
background-color: #8A31AF;
}
</style>
border-color css
<style>
span { border-color: #8A31AF; }
span { border-color: rgb(138,49,175); }
td.TdClassName
{
border-color: #8A31AF;
}
.TagClassName
{
border-color: #8A31AF;
}
</style>