Shades of Dark Orchid #8540CB
Tints of Dark Orchid #8540CB
RGB
CMYK
RGB Variations
Color information
#8540CB (or 0x8540CB) is known color: Dark Orchid. HEX triplet: 85, 40 and CB. RGB value is (133,64,203). Sum of RGB (Red+Green+Blue) = 133+64+203=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #8540CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8540CB is #7ABF34. Grayscale: #636363. Windows color (decimal): -8044341 or 13320325. OLE color: 13320325.
HSL color Cylindrical-coordinate representation of color #8540CB: hue angle of 269.78º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8540CB is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 64 | 203 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.20 |
| HSL | 269.78º | 0.57% | 0.52% | - |
| HSV(B) | 269.78º | 0.68% | 0.8% | - |
| XYZ | 22.29 | 12.97 | 57.83 | - |
| YUV | 100.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 203 | 0.34 | 0.68 | 0 | 0.20 | 269.78 | 0.57 | 0.52 |
| Hex | 85 | 40 | CB | 22 | 44 | 0 | 14 | 10E | 39 | 34 |
| Octal | 205 | 100 | 313 | 42 | 104 | 0 | 24 | 416 | 71 | 64 |
| Binary | 10000101 | 1000000 | 11001011 | 100010 | 1000100 | 0 | 10100 | 100001110 | 111001 | 110100 |
Color Harmonies of #8540CB
Complementary color
Monochromatic Colors of #8540CB
Black with #8540CB
Text Example
Text Example
White with #8540CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8540CB; }
p { color: rgb(133,64,203); }
H1.HeaderClassName
{
color: #8540CB;
}
.AnyTagClassName
{
color: #8540CB;
}
</style>
background-color css
<style>
a { background-color: #8540CB; }
a { background-color: rgb(133,64,203); }
div.DivClassName
{
background-color: #8540CB;
}
.BgClassName
{
background-color: #8540CB;
}
</style>
border-color css
<style>
span { border-color: #8540CB; }
span { border-color: rgb(133,64,203); }
td.TdClassName
{
border-color: #8540CB;
}
.TagClassName
{
border-color: #8540CB;
}
</style>