Shades of Dark Orchid #8541CB
Tints of Dark Orchid #8541CB
RGB
CMYK
RGB Variations
Color information
#8541CB (or 0x8541CB) is known color: Dark Orchid. HEX triplet: 85, 41 and CB. RGB value is (133,65,203). Sum of RGB (Red+Green+Blue) = 133+65+203=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #8541CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8541CB is #7ABE34. Grayscale: #646464. Windows color (decimal): -8044085 or 13320581. OLE color: 13320581.
HSL color Cylindrical-coordinate representation of color #8541CB: hue angle of 269.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8541CB is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 65 | 203 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.20 |
| HSL | 269.57º | 0.57% | 0.53% | - |
| HSV(B) | 269.57º | 0.68% | 0.8% | - |
| XYZ | 22.34 | 13.08 | 57.85 | - |
| YUV | 101.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 203 | 0.34 | 0.68 | 0 | 0.20 | 269.57 | 0.57 | 0.53 |
| Hex | 85 | 41 | CB | 22 | 44 | 0 | 14 | 10E | 39 | 35 |
| Octal | 205 | 101 | 313 | 42 | 104 | 0 | 24 | 416 | 71 | 65 |
| Binary | 10000101 | 1000001 | 11001011 | 100010 | 1000100 | 0 | 10100 | 100001110 | 111001 | 110101 |
Color Harmonies of #8541CB
Complementary color
Monochromatic Colors of #8541CB
Black with #8541CB
Text Example
Text Example
White with #8541CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541CB; }
p { color: rgb(133,65,203); }
H1.HeaderClassName
{
color: #8541CB;
}
.AnyTagClassName
{
color: #8541CB;
}
</style>
background-color css
<style>
a { background-color: #8541CB; }
a { background-color: rgb(133,65,203); }
div.DivClassName
{
background-color: #8541CB;
}
.BgClassName
{
background-color: #8541CB;
}
</style>
border-color css
<style>
span { border-color: #8541CB; }
span { border-color: rgb(133,65,203); }
td.TdClassName
{
border-color: #8541CB;
}
.TagClassName
{
border-color: #8541CB;
}
</style>