Shades of Dark Orchid #8521C8
Tints of Dark Orchid #8521C8
RGB
CMYK
RGB Variations
Color information
#8521C8 (or 0x8521C8) is known color: Dark Orchid. HEX triplet: 85, 21 and C8. RGB value is (133,33,200). Sum of RGB (Red+Green+Blue) = 133+33+200=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #8521C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8521C8 is #7ADE37. Grayscale: #515151. Windows color (decimal): -8052280 or 13115781. OLE color: 13115781.
HSL color Cylindrical-coordinate representation of color #8521C8: hue angle of 275.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8521C8 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 33 | 200 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.22 |
| HSL | 275.93º | 0.72% | 0.46% | - |
| HSV(B) | 275.93º | 0.84% | 0.78% | - |
| XYZ | 20.64 | 10.24 | 55.53 | - |
| YUV | 81.94 | 194.63 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 200 | 0.34 | 0.84 | 0 | 0.22 | 275.93 | 0.72 | 0.46 |
| Hex | 85 | 21 | C8 | 22 | 54 | 0 | 16 | 114 | 48 | 2E |
| Octal | 205 | 41 | 310 | 42 | 124 | 0 | 26 | 424 | 110 | 56 |
| Binary | 10000101 | 100001 | 11001000 | 100010 | 1010100 | 0 | 10110 | 100010100 | 1001000 | 101110 |
Color Harmonies of #8521C8
Complementary color
Monochromatic Colors of #8521C8
Black with #8521C8
Text Example
Text Example
White with #8521C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8521C8; }
p { color: rgb(133,33,200); }
H1.HeaderClassName
{
color: #8521C8;
}
.AnyTagClassName
{
color: #8521C8;
}
</style>
background-color css
<style>
a { background-color: #8521C8; }
a { background-color: rgb(133,33,200); }
div.DivClassName
{
background-color: #8521C8;
}
.BgClassName
{
background-color: #8521C8;
}
</style>
border-color css
<style>
span { border-color: #8521C8; }
span { border-color: rgb(133,33,200); }
td.TdClassName
{
border-color: #8521C8;
}
.TagClassName
{
border-color: #8521C8;
}
</style>