Shades of Dark Orchid #8532BD
Tints of Dark Orchid #8532BD
RGB
CMYK
RGB Variations
Color information
#8532BD (or 0x8532BD) is known color: Dark Orchid. HEX triplet: 85, 32 and BD. RGB value is (133,50,189). Sum of RGB (Red+Green+Blue) = 133+50+189=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #8532BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8532BD is #7ACD42. Grayscale: #5A5A5A. Windows color (decimal): -8047939 or 12399237. OLE color: 12399237.
HSL color Cylindrical-coordinate representation of color #8532BD: hue angle of 275.83º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8532BD is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 50 | 189 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.26 |
| HSL | 275.83º | 0.58% | 0.47% | - |
| HSV(B) | 275.83º | 0.74% | 0.74% | - |
| XYZ | 20 | 10.94 | 49.2 | - |
| YUV | 90.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 189 | 0.30 | 0.74 | 0 | 0.26 | 275.83 | 0.58 | 0.47 |
| Hex | 85 | 32 | BD | 1E | 4A | 0 | 1A | 114 | 3A | 2F |
| Octal | 205 | 62 | 275 | 36 | 112 | 0 | 32 | 424 | 72 | 57 |
| Binary | 10000101 | 110010 | 10111101 | 11110 | 1001010 | 0 | 11010 | 100010100 | 111010 | 101111 |
Color Harmonies of #8532BD
Complementary color
Monochromatic Colors of #8532BD
Black with #8532BD
Text Example
Text Example
White with #8532BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8532BD; }
p { color: rgb(133,50,189); }
H1.HeaderClassName
{
color: #8532BD;
}
.AnyTagClassName
{
color: #8532BD;
}
</style>
background-color css
<style>
a { background-color: #8532BD; }
a { background-color: rgb(133,50,189); }
div.DivClassName
{
background-color: #8532BD;
}
.BgClassName
{
background-color: #8532BD;
}
</style>
border-color css
<style>
span { border-color: #8532BD; }
span { border-color: rgb(133,50,189); }
td.TdClassName
{
border-color: #8532BD;
}
.TagClassName
{
border-color: #8532BD;
}
</style>