Shades of Dark Orchid #8523CA
Tints of Dark Orchid #8523CA
RGB
CMYK
RGB Variations
Color information
#8523CA (or 0x8523CA) is known color: Dark Orchid. HEX triplet: 85, 23 and CA. RGB value is (133,35,202). Sum of RGB (Red+Green+Blue) = 133+35+202=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #8523CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8523CA is #7ADC35. Grayscale: #525252. Windows color (decimal): -8051766 or 13247365. OLE color: 13247365.
HSL color Cylindrical-coordinate representation of color #8523CA: hue angle of 275.21º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8523CA is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 35 | 202 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.21 |
| HSL | 275.21º | 0.7% | 0.46% | - |
| HSV(B) | 275.21º | 0.83% | 0.79% | - |
| XYZ | 20.93 | 10.45 | 56.79 | - |
| YUV | 83.34 | 194.97 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 202 | 0.34 | 0.83 | 0 | 0.21 | 275.21 | 0.7 | 0.46 |
| Hex | 85 | 23 | CA | 22 | 53 | 0 | 15 | 113 | 46 | 2E |
| Octal | 205 | 43 | 312 | 42 | 123 | 0 | 25 | 423 | 106 | 56 |
| Binary | 10000101 | 100011 | 11001010 | 100010 | 1010011 | 0 | 10101 | 100010011 | 1000110 | 101110 |
Color Harmonies of #8523CA
Complementary color
Monochromatic Colors of #8523CA
Black with #8523CA
Text Example
Text Example
White with #8523CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8523CA; }
p { color: rgb(133,35,202); }
H1.HeaderClassName
{
color: #8523CA;
}
.AnyTagClassName
{
color: #8523CA;
}
</style>
background-color css
<style>
a { background-color: #8523CA; }
a { background-color: rgb(133,35,202); }
div.DivClassName
{
background-color: #8523CA;
}
.BgClassName
{
background-color: #8523CA;
}
</style>
border-color css
<style>
span { border-color: #8523CA; }
span { border-color: rgb(133,35,202); }
td.TdClassName
{
border-color: #8523CA;
}
.TagClassName
{
border-color: #8523CA;
}
</style>