Shades of Dark Orchid #8531BC
Tints of Dark Orchid #8531BC
RGB
CMYK
RGB Variations
Color information
#8531BC (or 0x8531BC) is known color: Dark Orchid. HEX triplet: 85, 31 and BC. RGB value is (133,49,188). Sum of RGB (Red+Green+Blue) = 133+49+188=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #8531BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8531BC is #7ACE43. Grayscale: #595959. Windows color (decimal): -8048196 or 12333445. OLE color: 12333445.
HSL color Cylindrical-coordinate representation of color #8531BC: hue angle of 276.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8531BC is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 49 | 188 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.26 |
| HSL | 276.26º | 0.59% | 0.46% | - |
| HSV(B) | 276.26º | 0.74% | 0.74% | - |
| XYZ | 19.85 | 10.81 | 48.62 | - |
| YUV | 89.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 188 | 0.29 | 0.74 | 0 | 0.26 | 276.26 | 0.59 | 0.46 |
| Hex | 85 | 31 | BC | 1D | 4A | 0 | 1A | 114 | 3B | 2E |
| Octal | 205 | 61 | 274 | 35 | 112 | 0 | 32 | 424 | 73 | 56 |
| Binary | 10000101 | 110001 | 10111100 | 11101 | 1001010 | 0 | 11010 | 100010100 | 111011 | 101110 |
Color Harmonies of #8531BC
Complementary color
Monochromatic Colors of #8531BC
Black with #8531BC
Text Example
Text Example
White with #8531BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8531BC; }
p { color: rgb(133,49,188); }
H1.HeaderClassName
{
color: #8531BC;
}
.AnyTagClassName
{
color: #8531BC;
}
</style>
background-color css
<style>
a { background-color: #8531BC; }
a { background-color: rgb(133,49,188); }
div.DivClassName
{
background-color: #8531BC;
}
.BgClassName
{
background-color: #8531BC;
}
</style>
border-color css
<style>
span { border-color: #8531BC; }
span { border-color: rgb(133,49,188); }
td.TdClassName
{
border-color: #8531BC;
}
.TagClassName
{
border-color: #8531BC;
}
</style>