Shades of Dark Orchid #8440C0
Tints of Dark Orchid #8440C0
RGB
CMYK
RGB Variations
Color information
#8440C0 (or 0x8440C0) is known color: Dark Orchid. HEX triplet: 84, 40 and C0. RGB value is (132,64,192). Sum of RGB (Red+Green+Blue) = 132+64+192=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #8440C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8440C0 is #7BBF3F. Grayscale: #626262. Windows color (decimal): -8109888 or 12599428. OLE color: 12599428.
HSL color Cylindrical-coordinate representation of color #8440C0: hue angle of 271.88º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8440C0 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 64 | 192 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.25 |
| HSL | 271.88º | 0.5% | 0.5% | - |
| HSV(B) | 271.88º | 0.67% | 0.75% | - |
| XYZ | 20.86 | 12.38 | 51.16 | - |
| YUV | 98.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 192 | 0.31 | 0.67 | 0 | 0.25 | 271.88 | 0.5 | 0.5 |
| Hex | 84 | 40 | C0 | 1F | 43 | 0 | 19 | 110 | 32 | 32 |
| Octal | 204 | 100 | 300 | 37 | 103 | 0 | 31 | 420 | 62 | 62 |
| Binary | 10000100 | 1000000 | 11000000 | 11111 | 1000011 | 0 | 11001 | 100010000 | 110010 | 110010 |
Color Harmonies of #8440C0
Complementary color
Monochromatic Colors of #8440C0
Black with #8440C0
Text Example
Text Example
White with #8440C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8440C0; }
p { color: rgb(132,64,192); }
H1.HeaderClassName
{
color: #8440C0;
}
.AnyTagClassName
{
color: #8440C0;
}
</style>
background-color css
<style>
a { background-color: #8440C0; }
a { background-color: rgb(132,64,192); }
div.DivClassName
{
background-color: #8440C0;
}
.BgClassName
{
background-color: #8440C0;
}
</style>
border-color css
<style>
span { border-color: #8440C0; }
span { border-color: rgb(132,64,192); }
td.TdClassName
{
border-color: #8440C0;
}
.TagClassName
{
border-color: #8440C0;
}
</style>