Shades of Dark Orchid #8440C9
Tints of Dark Orchid #8440C9
RGB
CMYK
RGB Variations
Color information
#8440C9 (or 0x8440C9) is known color: Dark Orchid. HEX triplet: 84, 40 and C9. RGB value is (132,64,201). Sum of RGB (Red+Green+Blue) = 132+64+201=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #8440C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8440C9 is #7BBF36. Grayscale: #636363. Windows color (decimal): -8109879 or 13189252. OLE color: 13189252.
HSL color Cylindrical-coordinate representation of color #8440C9: hue angle of 269.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8440C9 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 64 | 201 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.21 |
| HSL | 269.78º | 0.56% | 0.52% | - |
| HSV(B) | 269.78º | 0.68% | 0.79% | - |
| XYZ | 21.89 | 12.79 | 56.57 | - |
| YUV | 99.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 201 | 0.34 | 0.68 | 0 | 0.21 | 269.78 | 0.56 | 0.52 |
| Hex | 84 | 40 | C9 | 22 | 44 | 0 | 15 | 10E | 38 | 34 |
| Octal | 204 | 100 | 311 | 42 | 104 | 0 | 25 | 416 | 70 | 64 |
| Binary | 10000100 | 1000000 | 11001001 | 100010 | 1000100 | 0 | 10101 | 100001110 | 111000 | 110100 |
Color Harmonies of #8440C9
Complementary color
Monochromatic Colors of #8440C9
Black with #8440C9
Text Example
Text Example
White with #8440C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8440C9; }
p { color: rgb(132,64,201); }
H1.HeaderClassName
{
color: #8440C9;
}
.AnyTagClassName
{
color: #8440C9;
}
</style>
background-color css
<style>
a { background-color: #8440C9; }
a { background-color: rgb(132,64,201); }
div.DivClassName
{
background-color: #8440C9;
}
.BgClassName
{
background-color: #8440C9;
}
</style>
border-color css
<style>
span { border-color: #8440C9; }
span { border-color: rgb(132,64,201); }
td.TdClassName
{
border-color: #8440C9;
}
.TagClassName
{
border-color: #8440C9;
}
</style>