Shades of Dark Orchid #8546CC
Tints of Dark Orchid #8546CC
RGB
CMYK
RGB Variations
Color information
#8546CC (or 0x8546CC) is known color: Dark Orchid. HEX triplet: 85, 46 and CC. RGB value is (133,70,204). Sum of RGB (Red+Green+Blue) = 133+70+204=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #8546CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8546CC is #7AB933. Grayscale: #676767. Windows color (decimal): -8042804 or 13387397. OLE color: 13387397.
HSL color Cylindrical-coordinate representation of color #8546CC: hue angle of 268.21º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8546CC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 70 | 204 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.2 |
| HSL | 268.21º | 0.57% | 0.54% | - |
| HSV(B) | 268.21º | 0.66% | 0.8% | - |
| XYZ | 22.76 | 13.73 | 58.58 | - |
| YUV | 104.11 | 184.37 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 204 | 0.35 | 0.66 | 0 | 0.2 | 268.21 | 0.57 | 0.54 |
| Hex | 85 | 46 | CC | 23 | 42 | 0 | 14 | 10C | 39 | 36 |
| Octal | 205 | 106 | 314 | 43 | 102 | 0 | 24 | 414 | 71 | 66 |
| Binary | 10000101 | 1000110 | 11001100 | 100011 | 1000010 | 0 | 10100 | 100001100 | 111001 | 110110 |
Color Harmonies of #8546CC
Complementary color
Monochromatic Colors of #8546CC
Black with #8546CC
Text Example
Text Example
White with #8546CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8546CC; }
p { color: rgb(133,70,204); }
H1.HeaderClassName
{
color: #8546CC;
}
.AnyTagClassName
{
color: #8546CC;
}
</style>
background-color css
<style>
a { background-color: #8546CC; }
a { background-color: rgb(133,70,204); }
div.DivClassName
{
background-color: #8546CC;
}
.BgClassName
{
background-color: #8546CC;
}
</style>
border-color css
<style>
span { border-color: #8546CC; }
span { border-color: rgb(133,70,204); }
td.TdClassName
{
border-color: #8546CC;
}
.TagClassName
{
border-color: #8546CC;
}
</style>