Shades of Dark Orchid #8445C9
Tints of Dark Orchid #8445C9
RGB
CMYK
RGB Variations
Color information
#8445C9 (or 0x8445C9) is known color: Dark Orchid. HEX triplet: 84, 45 and C9. RGB value is (132,69,201). Sum of RGB (Red+Green+Blue) = 132+69+201=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #8445C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8445C9 is #7BBA36. Grayscale: #666666. Windows color (decimal): -8108599 or 13190532. OLE color: 13190532.
HSL color Cylindrical-coordinate representation of color #8445C9: hue angle of 268.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8445C9 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 69 | 201 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.21 |
| HSL | 268.64º | 0.55% | 0.53% | - |
| HSV(B) | 268.64º | 0.66% | 0.79% | - |
| XYZ | 22.19 | 13.38 | 56.67 | - |
| YUV | 102.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 201 | 0.34 | 0.66 | 0 | 0.21 | 268.64 | 0.55 | 0.53 |
| Hex | 84 | 45 | C9 | 22 | 42 | 0 | 15 | 10D | 37 | 35 |
| Octal | 204 | 105 | 311 | 42 | 102 | 0 | 25 | 415 | 67 | 65 |
| Binary | 10000100 | 1000101 | 11001001 | 100010 | 1000010 | 0 | 10101 | 100001101 | 110111 | 110101 |
Color Harmonies of #8445C9
Complementary color
Monochromatic Colors of #8445C9
Black with #8445C9
Text Example
Text Example
White with #8445C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8445C9; }
p { color: rgb(132,69,201); }
H1.HeaderClassName
{
color: #8445C9;
}
.AnyTagClassName
{
color: #8445C9;
}
</style>
background-color css
<style>
a { background-color: #8445C9; }
a { background-color: rgb(132,69,201); }
div.DivClassName
{
background-color: #8445C9;
}
.BgClassName
{
background-color: #8445C9;
}
</style>
border-color css
<style>
span { border-color: #8445C9; }
span { border-color: rgb(132,69,201); }
td.TdClassName
{
border-color: #8445C9;
}
.TagClassName
{
border-color: #8445C9;
}
</style>