Shades of Dark Orchid #9C40CE
Tints of Dark Orchid #9C40CE
RGB
CMYK
RGB Variations
Color information
#9C40CE (or 0x9C40CE) is known color: Dark Orchid. HEX triplet: 9C, 40 and CE. RGB value is (156,64,206). Sum of RGB (Red+Green+Blue) = 156+64+206=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C40CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C40CE is #63BF31. Grayscale: #6B6B6B. Windows color (decimal): -6537010 or 13516956. OLE color: 13516956.
HSL color Cylindrical-coordinate representation of color #9C40CE: hue angle of 278.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C40CE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 64 | 206 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.19 |
| HSL | 278.87º | 0.59% | 0.53% | - |
| HSV(B) | 278.87º | 0.69% | 0.81% | - |
| XYZ | 26.68 | 15.19 | 59.92 | - |
| YUV | 107.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 206 | 0.24 | 0.69 | 0 | 0.19 | 278.87 | 0.59 | 0.53 |
| Hex | 9C | 40 | CE | 18 | 45 | 0 | 13 | 117 | 3B | 35 |
| Octal | 234 | 100 | 316 | 30 | 105 | 0 | 23 | 427 | 73 | 65 |
| Binary | 10011100 | 1000000 | 11001110 | 11000 | 1000101 | 0 | 10011 | 100010111 | 111011 | 110101 |
Color Harmonies of #9C40CE
Complementary color
Monochromatic Colors of #9C40CE
Black with #9C40CE
Text Example
Text Example
White with #9C40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C40CE; }
p { color: rgb(156,64,206); }
H1.HeaderClassName
{
color: #9C40CE;
}
.AnyTagClassName
{
color: #9C40CE;
}
</style>
background-color css
<style>
a { background-color: #9C40CE; }
a { background-color: rgb(156,64,206); }
div.DivClassName
{
background-color: #9C40CE;
}
.BgClassName
{
background-color: #9C40CE;
}
</style>
border-color css
<style>
span { border-color: #9C40CE; }
span { border-color: rgb(156,64,206); }
td.TdClassName
{
border-color: #9C40CE;
}
.TagClassName
{
border-color: #9C40CE;
}
</style>