Shades of Dark Orchid #8524AF
Tints of Dark Orchid #8524AF
RGB
CMYK
RGB Variations
Color information
#8524AF (or 0x8524AF) is known color: Dark Orchid. HEX triplet: 85, 24 and AF. RGB value is (133,36,175). Sum of RGB (Red+Green+Blue) = 133+36+175=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #8524AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8524AF is #7ADB50. Grayscale: #505050. Windows color (decimal): -8051537 or 11478149. OLE color: 11478149.
HSL color Cylindrical-coordinate representation of color #8524AF: hue angle of 281.87º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8524AF is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 36 | 175 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.31 |
| HSL | 281.87º | 0.66% | 0.41% | - |
| HSV(B) | 281.87º | 0.79% | 0.69% | - |
| XYZ | 18.04 | 9.34 | 41.41 | - |
| YUV | 80.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 175 | 0.24 | 0.79 | 0 | 0.31 | 281.87 | 0.66 | 0.41 |
| Hex | 85 | 24 | AF | 18 | 4F | 0 | 1F | 11A | 42 | 29 |
| Octal | 205 | 44 | 257 | 30 | 117 | 0 | 37 | 432 | 102 | 51 |
| Binary | 10000101 | 100100 | 10101111 | 11000 | 1001111 | 0 | 11111 | 100011010 | 1000010 | 101001 |
Color Harmonies of #8524AF
Complementary color
Monochromatic Colors of #8524AF
Black with #8524AF
Text Example
Text Example
White with #8524AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8524AF; }
p { color: rgb(133,36,175); }
H1.HeaderClassName
{
color: #8524AF;
}
.AnyTagClassName
{
color: #8524AF;
}
</style>
background-color css
<style>
a { background-color: #8524AF; }
a { background-color: rgb(133,36,175); }
div.DivClassName
{
background-color: #8524AF;
}
.BgClassName
{
background-color: #8524AF;
}
</style>
border-color css
<style>
span { border-color: #8524AF; }
span { border-color: rgb(133,36,175); }
td.TdClassName
{
border-color: #8524AF;
}
.TagClassName
{
border-color: #8524AF;
}
</style>