Shades of Dark Orchid #8523AF
Tints of Dark Orchid #8523AF
RGB
CMYK
RGB Variations
Color information
#8523AF (or 0x8523AF) is known color: Dark Orchid. HEX triplet: 85, 23 and AF. RGB value is (133,35,175). Sum of RGB (Red+Green+Blue) = 133+35+175=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #8523AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8523AF is #7ADC50. Grayscale: #4F4F4F. Windows color (decimal): -8051793 or 11477893. OLE color: 11477893.
HSL color Cylindrical-coordinate representation of color #8523AF: hue angle of 282º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8523AF is Cyan = 0.24, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 35 | 175 | - |
| CMYK | 0.24 | 0.8 | 0 | 0.31 |
| HSL | 282º | 0.67% | 0.41% | - |
| HSV(B) | 282º | 0.8% | 0.69% | - |
| XYZ | 18.01 | 9.28 | 41.4 | - |
| YUV | 80.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 175 | 0.24 | 0.8 | 0 | 0.31 | 282 | 0.67 | 0.41 |
| Hex | 85 | 23 | AF | 18 | 50 | 0 | 1F | 11A | 43 | 29 |
| Octal | 205 | 43 | 257 | 30 | 120 | 0 | 37 | 432 | 103 | 51 |
| Binary | 10000101 | 100011 | 10101111 | 11000 | 1010000 | 0 | 11111 | 100011010 | 1000011 | 101001 |
Color Harmonies of #8523AF
Complementary color
Monochromatic Colors of #8523AF
Black with #8523AF
Text Example
Text Example
White with #8523AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8523AF; }
p { color: rgb(133,35,175); }
H1.HeaderClassName
{
color: #8523AF;
}
.AnyTagClassName
{
color: #8523AF;
}
</style>
background-color css
<style>
a { background-color: #8523AF; }
a { background-color: rgb(133,35,175); }
div.DivClassName
{
background-color: #8523AF;
}
.BgClassName
{
background-color: #8523AF;
}
</style>
border-color css
<style>
span { border-color: #8523AF; }
span { border-color: rgb(133,35,175); }
td.TdClassName
{
border-color: #8523AF;
}
.TagClassName
{
border-color: #8523AF;
}
</style>