Shades of Dark Orchid #8534C1
Tints of Dark Orchid #8534C1
RGB
CMYK
RGB Variations
Color information
#8534C1 (or 0x8534C1) is known color: Dark Orchid. HEX triplet: 85, 34 and C1. RGB value is (133,52,193). Sum of RGB (Red+Green+Blue) = 133+52+193=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #8534C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8534C1 is #7ACB3E. Grayscale: #5B5B5B. Windows color (decimal): -8047423 or 12661893. OLE color: 12661893.
HSL color Cylindrical-coordinate representation of color #8534C1: hue angle of 274.47º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8534C1 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 52 | 193 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.24 |
| HSL | 274.47º | 0.58% | 0.48% | - |
| HSV(B) | 274.47º | 0.73% | 0.76% | - |
| XYZ | 20.53 | 11.29 | 51.55 | - |
| YUV | 92.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 193 | 0.31 | 0.73 | 0 | 0.24 | 274.47 | 0.58 | 0.48 |
| Hex | 85 | 34 | C1 | 1F | 49 | 0 | 18 | 112 | 3A | 30 |
| Octal | 205 | 64 | 301 | 37 | 111 | 0 | 30 | 422 | 72 | 60 |
| Binary | 10000101 | 110100 | 11000001 | 11111 | 1001001 | 0 | 11000 | 100010010 | 111010 | 110000 |
Color Harmonies of #8534C1
Complementary color
Monochromatic Colors of #8534C1
Black with #8534C1
Text Example
Text Example
White with #8534C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8534C1; }
p { color: rgb(133,52,193); }
H1.HeaderClassName
{
color: #8534C1;
}
.AnyTagClassName
{
color: #8534C1;
}
</style>
background-color css
<style>
a { background-color: #8534C1; }
a { background-color: rgb(133,52,193); }
div.DivClassName
{
background-color: #8534C1;
}
.BgClassName
{
background-color: #8534C1;
}
</style>
border-color css
<style>
span { border-color: #8534C1; }
span { border-color: rgb(133,52,193); }
td.TdClassName
{
border-color: #8534C1;
}
.TagClassName
{
border-color: #8534C1;
}
</style>