Shades of Dark Orchid #8443CE
Tints of Dark Orchid #8443CE
RGB
CMYK
RGB Variations
Color information
#8443CE (or 0x8443CE) is known color: Dark Orchid. HEX triplet: 84, 43 and CE. RGB value is (132,67,206). Sum of RGB (Red+Green+Blue) = 132+67+206=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #8443CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8443CE is #7BBC31. Grayscale: #656565. Windows color (decimal): -8109106 or 13517700. OLE color: 13517700.
HSL color Cylindrical-coordinate representation of color #8443CE: hue angle of 268.06º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8443CE is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 67 | 206 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.19 |
| HSL | 268.06º | 0.59% | 0.54% | - |
| HSV(B) | 268.06º | 0.67% | 0.81% | - |
| XYZ | 22.66 | 13.38 | 59.78 | - |
| YUV | 102.28 | 186.53 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 206 | 0.36 | 0.67 | 0 | 0.19 | 268.06 | 0.59 | 0.54 |
| Hex | 84 | 43 | CE | 24 | 43 | 0 | 13 | 10C | 3B | 36 |
| Octal | 204 | 103 | 316 | 44 | 103 | 0 | 23 | 414 | 73 | 66 |
| Binary | 10000100 | 1000011 | 11001110 | 100100 | 1000011 | 0 | 10011 | 100001100 | 111011 | 110110 |
Color Harmonies of #8443CE
Complementary color
Monochromatic Colors of #8443CE
Black with #8443CE
Text Example
Text Example
White with #8443CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8443CE; }
p { color: rgb(132,67,206); }
H1.HeaderClassName
{
color: #8443CE;
}
.AnyTagClassName
{
color: #8443CE;
}
</style>
background-color css
<style>
a { background-color: #8443CE; }
a { background-color: rgb(132,67,206); }
div.DivClassName
{
background-color: #8443CE;
}
.BgClassName
{
background-color: #8443CE;
}
</style>
border-color css
<style>
span { border-color: #8443CE; }
span { border-color: rgb(132,67,206); }
td.TdClassName
{
border-color: #8443CE;
}
.TagClassName
{
border-color: #8443CE;
}
</style>