Shades of Dark Orchid #8534CB
Tints of Dark Orchid #8534CB
RGB
CMYK
RGB Variations
Color information
#8534CB (or 0x8534CB) is known color: Dark Orchid. HEX triplet: 85, 34 and CB. RGB value is (133,52,203). Sum of RGB (Red+Green+Blue) = 133+52+203=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #8534CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8534CB is #7ACB34. Grayscale: #5C5C5C. Windows color (decimal): -8047413 or 13317253. OLE color: 13317253.
HSL color Cylindrical-coordinate representation of color #8534CB: hue angle of 272.19º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8534CB is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 52 | 203 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.20 |
| HSL | 272.19º | 0.59% | 0.5% | - |
| HSV(B) | 272.19º | 0.74% | 0.8% | - |
| XYZ | 21.68 | 11.75 | 57.63 | - |
| YUV | 93.43 | 189.84 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 203 | 0.34 | 0.74 | 0 | 0.20 | 272.19 | 0.59 | 0.5 |
| Hex | 85 | 34 | CB | 22 | 4A | 0 | 14 | 110 | 3B | 32 |
| Octal | 205 | 64 | 313 | 42 | 112 | 0 | 24 | 420 | 73 | 62 |
| Binary | 10000101 | 110100 | 11001011 | 100010 | 1001010 | 0 | 10100 | 100010000 | 111011 | 110010 |
Color Harmonies of #8534CB
Complementary color
Monochromatic Colors of #8534CB
Black with #8534CB
Text Example
Text Example
White with #8534CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8534CB; }
p { color: rgb(133,52,203); }
H1.HeaderClassName
{
color: #8534CB;
}
.AnyTagClassName
{
color: #8534CB;
}
</style>
background-color css
<style>
a { background-color: #8534CB; }
a { background-color: rgb(133,52,203); }
div.DivClassName
{
background-color: #8534CB;
}
.BgClassName
{
background-color: #8534CB;
}
</style>
border-color css
<style>
span { border-color: #8534CB; }
span { border-color: rgb(133,52,203); }
td.TdClassName
{
border-color: #8534CB;
}
.TagClassName
{
border-color: #8534CB;
}
</style>