Shades of Dark Orchid #8545CC
Tints of Dark Orchid #8545CC
RGB
CMYK
RGB Variations
Color information
#8545CC (or 0x8545CC) is known color: Dark Orchid. HEX triplet: 85, 45 and CC. RGB value is (133,69,204). Sum of RGB (Red+Green+Blue) = 133+69+204=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #8545CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8545CC is #7ABA33. Grayscale: #676767. Windows color (decimal): -8043060 or 13387141. OLE color: 13387141.
HSL color Cylindrical-coordinate representation of color #8545CC: hue angle of 268.44º 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 #8545CC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 69 | 204 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.2 |
| HSL | 268.44º | 0.57% | 0.54% | - |
| HSV(B) | 268.44º | 0.66% | 0.8% | - |
| XYZ | 22.7 | 13.6 | 58.56 | - |
| YUV | 103.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 204 | 0.35 | 0.66 | 0 | 0.2 | 268.44 | 0.57 | 0.54 |
| Hex | 85 | 45 | CC | 23 | 42 | 0 | 14 | 10C | 39 | 36 |
| Octal | 205 | 105 | 314 | 43 | 102 | 0 | 24 | 414 | 71 | 66 |
| Binary | 10000101 | 1000101 | 11001100 | 100011 | 1000010 | 0 | 10100 | 100001100 | 111001 | 110110 |
Color Harmonies of #8545CC
Complementary color
Monochromatic Colors of #8545CC
Black with #8545CC
Text Example
Text Example
White with #8545CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8545CC; }
p { color: rgb(133,69,204); }
H1.HeaderClassName
{
color: #8545CC;
}
.AnyTagClassName
{
color: #8545CC;
}
</style>
background-color css
<style>
a { background-color: #8545CC; }
a { background-color: rgb(133,69,204); }
div.DivClassName
{
background-color: #8545CC;
}
.BgClassName
{
background-color: #8545CC;
}
</style>
border-color css
<style>
span { border-color: #8545CC; }
span { border-color: rgb(133,69,204); }
td.TdClassName
{
border-color: #8545CC;
}
.TagClassName
{
border-color: #8545CC;
}
</style>