Shades of Dark Orchid #8C45C9
Tints of Dark Orchid #8C45C9
RGB
CMYK
RGB Variations
Color information
#8C45C9 (or 0x8C45C9) is known color: Dark Orchid. HEX triplet: 8C, 45 and C9. RGB value is (140,69,201). Sum of RGB (Red+Green+Blue) = 140+69+201=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C45C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C45C9 is #73BA36. Grayscale: #686868. Windows color (decimal): -7584311 or 13190540. OLE color: 13190540.
HSL color Cylindrical-coordinate representation of color #8C45C9: hue angle of 272.27º 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 #8C45C9 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 69 | 201 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.21 |
| HSL | 272.27º | 0.55% | 0.53% | - |
| HSV(B) | 272.27º | 0.66% | 0.79% | - |
| XYZ | 23.49 | 14.05 | 56.73 | - |
| YUV | 105.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 201 | 0.30 | 0.66 | 0 | 0.21 | 272.27 | 0.55 | 0.53 |
| Hex | 8C | 45 | C9 | 1E | 42 | 0 | 15 | 110 | 37 | 35 |
| Octal | 214 | 105 | 311 | 36 | 102 | 0 | 25 | 420 | 67 | 65 |
| Binary | 10001100 | 1000101 | 11001001 | 11110 | 1000010 | 0 | 10101 | 100010000 | 110111 | 110101 |
Color Harmonies of #8C45C9
Complementary color
Monochromatic Colors of #8C45C9
Black with #8C45C9
Text Example
Text Example
White with #8C45C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C45C9; }
p { color: rgb(140,69,201); }
H1.HeaderClassName
{
color: #8C45C9;
}
.AnyTagClassName
{
color: #8C45C9;
}
</style>
background-color css
<style>
a { background-color: #8C45C9; }
a { background-color: rgb(140,69,201); }
div.DivClassName
{
background-color: #8C45C9;
}
.BgClassName
{
background-color: #8C45C9;
}
</style>
border-color css
<style>
span { border-color: #8C45C9; }
span { border-color: rgb(140,69,201); }
td.TdClassName
{
border-color: #8C45C9;
}
.TagClassName
{
border-color: #8C45C9;
}
</style>