Shades of Dark Orchid #8541CE
Tints of Dark Orchid #8541CE
RGB
CMYK
RGB Variations
Color information
#8541CE (or 0x8541CE) is known color: Dark Orchid. HEX triplet: 85, 41 and CE. RGB value is (133,65,206). Sum of RGB (Red+Green+Blue) = 133+65+206=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #8541CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8541CE is #7ABE31. Grayscale: #646464. Windows color (decimal): -8044082 or 13517189. OLE color: 13517189.
HSL color Cylindrical-coordinate representation of color #8541CE: hue angle of 268.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8541CE is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 65 | 206 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.19 |
| HSL | 268.94º | 0.59% | 0.53% | - |
| HSV(B) | 268.94º | 0.68% | 0.81% | - |
| XYZ | 22.7 | 13.22 | 59.75 | - |
| YUV | 101.41 | 187.03 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 206 | 0.35 | 0.68 | 0 | 0.19 | 268.94 | 0.59 | 0.53 |
| Hex | 85 | 41 | CE | 23 | 44 | 0 | 13 | 10D | 3B | 35 |
| Octal | 205 | 101 | 316 | 43 | 104 | 0 | 23 | 415 | 73 | 65 |
| Binary | 10000101 | 1000001 | 11001110 | 100011 | 1000100 | 0 | 10011 | 100001101 | 111011 | 110101 |
Color Harmonies of #8541CE
Complementary color
Monochromatic Colors of #8541CE
Black with #8541CE
Text Example
Text Example
White with #8541CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541CE; }
p { color: rgb(133,65,206); }
H1.HeaderClassName
{
color: #8541CE;
}
.AnyTagClassName
{
color: #8541CE;
}
</style>
background-color css
<style>
a { background-color: #8541CE; }
a { background-color: rgb(133,65,206); }
div.DivClassName
{
background-color: #8541CE;
}
.BgClassName
{
background-color: #8541CE;
}
</style>
border-color css
<style>
span { border-color: #8541CE; }
span { border-color: rgb(133,65,206); }
td.TdClassName
{
border-color: #8541CE;
}
.TagClassName
{
border-color: #8541CE;
}
</style>