Shades of Dark Orchid #8532CB
Tints of Dark Orchid #8532CB
RGB
CMYK
RGB Variations
Color information
#8532CB (or 0x8532CB) is known color: Dark Orchid. HEX triplet: 85, 32 and CB. RGB value is (133,50,203). Sum of RGB (Red+Green+Blue) = 133+50+203=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #8532CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8532CB is #7ACD34. Grayscale: #5B5B5B. Windows color (decimal): -8047925 or 13316741. OLE color: 13316741.
HSL color Cylindrical-coordinate representation of color #8532CB: hue angle of 272.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8532CB is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 50 | 203 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.20 |
| HSL | 272.55º | 0.6% | 0.5% | - |
| HSV(B) | 272.55º | 0.75% | 0.8% | - |
| XYZ | 21.59 | 11.58 | 57.6 | - |
| YUV | 92.26 | 190.5 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 203 | 0.34 | 0.75 | 0 | 0.20 | 272.55 | 0.6 | 0.5 |
| Hex | 85 | 32 | CB | 22 | 4B | 0 | 14 | 111 | 3C | 32 |
| Octal | 205 | 62 | 313 | 42 | 113 | 0 | 24 | 421 | 74 | 62 |
| Binary | 10000101 | 110010 | 11001011 | 100010 | 1001011 | 0 | 10100 | 100010001 | 111100 | 110010 |
Color Harmonies of #8532CB
Complementary color
Monochromatic Colors of #8532CB
Black with #8532CB
Text Example
Text Example
White with #8532CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8532CB; }
p { color: rgb(133,50,203); }
H1.HeaderClassName
{
color: #8532CB;
}
.AnyTagClassName
{
color: #8532CB;
}
</style>
background-color css
<style>
a { background-color: #8532CB; }
a { background-color: rgb(133,50,203); }
div.DivClassName
{
background-color: #8532CB;
}
.BgClassName
{
background-color: #8532CB;
}
</style>
border-color css
<style>
span { border-color: #8532CB; }
span { border-color: rgb(133,50,203); }
td.TdClassName
{
border-color: #8532CB;
}
.TagClassName
{
border-color: #8532CB;
}
</style>