Shades of Dark Orchid #8525AF
Tints of Dark Orchid #8525AF
RGB
CMYK
RGB Variations
Color information
#8525AF (or 0x8525AF) is known color: Dark Orchid. HEX triplet: 85, 25 and AF. RGB value is (133,37,175). Sum of RGB (Red+Green+Blue) = 133+37+175=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #8525AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8525AF is #7ADA50. Grayscale: #505050. Windows color (decimal): -8051281 or 11478405. OLE color: 11478405.
HSL color Cylindrical-coordinate representation of color #8525AF: hue angle of 281.74º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8525AF is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 37 | 175 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.31 |
| HSL | 281.74º | 0.65% | 0.42% | - |
| HSV(B) | 281.74º | 0.79% | 0.69% | - |
| XYZ | 18.07 | 9.4 | 41.42 | - |
| YUV | 81.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 175 | 0.24 | 0.79 | 0 | 0.31 | 281.74 | 0.65 | 0.42 |
| Hex | 85 | 25 | AF | 18 | 4F | 0 | 1F | 11A | 41 | 2A |
| Octal | 205 | 45 | 257 | 30 | 117 | 0 | 37 | 432 | 101 | 52 |
| Binary | 10000101 | 100101 | 10101111 | 11000 | 1001111 | 0 | 11111 | 100011010 | 1000001 | 101010 |
Color Harmonies of #8525AF
Complementary color
Monochromatic Colors of #8525AF
Black with #8525AF
Text Example
Text Example
White with #8525AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525AF; }
p { color: rgb(133,37,175); }
H1.HeaderClassName
{
color: #8525AF;
}
.AnyTagClassName
{
color: #8525AF;
}
</style>
background-color css
<style>
a { background-color: #8525AF; }
a { background-color: rgb(133,37,175); }
div.DivClassName
{
background-color: #8525AF;
}
.BgClassName
{
background-color: #8525AF;
}
</style>
border-color css
<style>
span { border-color: #8525AF; }
span { border-color: rgb(133,37,175); }
td.TdClassName
{
border-color: #8525AF;
}
.TagClassName
{
border-color: #8525AF;
}
</style>