Shades of Dark Orchid #8441C0
Tints of Dark Orchid #8441C0
RGB
CMYK
RGB Variations
Color information
#8441C0 (or 0x8441C0) is known color: Dark Orchid. HEX triplet: 84, 41 and C0. RGB value is (132,65,192). Sum of RGB (Red+Green+Blue) = 132+65+192=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #8441C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441C0 is #7BBE3F. Grayscale: #636363. Windows color (decimal): -8109632 or 12599684. OLE color: 12599684.
HSL color Cylindrical-coordinate representation of color #8441C0: hue angle of 271.65º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8441C0 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 65 | 192 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.25 |
| HSL | 271.65º | 0.5% | 0.5% | - |
| HSV(B) | 271.65º | 0.66% | 0.75% | - |
| XYZ | 20.92 | 12.49 | 51.18 | - |
| YUV | 99.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 192 | 0.31 | 0.66 | 0 | 0.25 | 271.65 | 0.5 | 0.5 |
| Hex | 84 | 41 | C0 | 1F | 42 | 0 | 19 | 110 | 32 | 32 |
| Octal | 204 | 101 | 300 | 37 | 102 | 0 | 31 | 420 | 62 | 62 |
| Binary | 10000100 | 1000001 | 11000000 | 11111 | 1000010 | 0 | 11001 | 100010000 | 110010 | 110010 |
Color Harmonies of #8441C0
Complementary color
Monochromatic Colors of #8441C0
Black with #8441C0
Text Example
Text Example
White with #8441C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441C0; }
p { color: rgb(132,65,192); }
H1.HeaderClassName
{
color: #8441C0;
}
.AnyTagClassName
{
color: #8441C0;
}
</style>
background-color css
<style>
a { background-color: #8441C0; }
a { background-color: rgb(132,65,192); }
div.DivClassName
{
background-color: #8441C0;
}
.BgClassName
{
background-color: #8441C0;
}
</style>
border-color css
<style>
span { border-color: #8441C0; }
span { border-color: rgb(132,65,192); }
td.TdClassName
{
border-color: #8441C0;
}
.TagClassName
{
border-color: #8441C0;
}
</style>