Shades of Dark Orchid #8527CA
Tints of Dark Orchid #8527CA
RGB
CMYK
RGB Variations
Color information
#8527CA (or 0x8527CA) is known color: Dark Orchid. HEX triplet: 85, 27 and CA. RGB value is (133,39,202). Sum of RGB (Red+Green+Blue) = 133+39+202=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #8527CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8527CA is #7AD835. Grayscale: #555555. Windows color (decimal): -8050742 or 13248389. OLE color: 13248389.
HSL color Cylindrical-coordinate representation of color #8527CA: hue angle of 274.6º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8527CA is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 39 | 202 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.21 |
| HSL | 274.6º | 0.68% | 0.47% | - |
| HSV(B) | 274.6º | 0.81% | 0.79% | - |
| XYZ | 21.06 | 10.7 | 56.83 | - |
| YUV | 85.69 | 193.64 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 202 | 0.34 | 0.81 | 0 | 0.21 | 274.6 | 0.68 | 0.47 |
| Hex | 85 | 27 | CA | 22 | 51 | 0 | 15 | 113 | 44 | 2F |
| Octal | 205 | 47 | 312 | 42 | 121 | 0 | 25 | 423 | 104 | 57 |
| Binary | 10000101 | 100111 | 11001010 | 100010 | 1010001 | 0 | 10101 | 100010011 | 1000100 | 101111 |
Color Harmonies of #8527CA
Complementary color
Monochromatic Colors of #8527CA
Black with #8527CA
Text Example
Text Example
White with #8527CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527CA; }
p { color: rgb(133,39,202); }
H1.HeaderClassName
{
color: #8527CA;
}
.AnyTagClassName
{
color: #8527CA;
}
</style>
background-color css
<style>
a { background-color: #8527CA; }
a { background-color: rgb(133,39,202); }
div.DivClassName
{
background-color: #8527CA;
}
.BgClassName
{
background-color: #8527CA;
}
</style>
border-color css
<style>
span { border-color: #8527CA; }
span { border-color: rgb(133,39,202); }
td.TdClassName
{
border-color: #8527CA;
}
.TagClassName
{
border-color: #8527CA;
}
</style>