Shades of Dark Orchid #9C18B1
Tints of Dark Orchid #9C18B1
RGB
CMYK
RGB Variations
Color information
#9C18B1 (or 0x9C18B1) is known color: Dark Orchid. HEX triplet: 9C, 18 and B1. RGB value is (156,24,177). Sum of RGB (Red+Green+Blue) = 156+24+177=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C18B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C18B1 is #63E74E. Grayscale: #505050. Windows color (decimal): -6547279 or 11606172. OLE color: 11606172.
HSL color Cylindrical-coordinate representation of color #9C18B1: hue angle of 291.76º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C18B1 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 24 | 177 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.31 |
| HSL | 291.76º | 0.76% | 0.39% | - |
| HSV(B) | 291.76º | 0.86% | 0.69% | - |
| XYZ | 21.97 | 10.9 | 42.54 | - |
| YUV | 80.91 | 182.23 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 177 | 0.12 | 0.86 | 0 | 0.31 | 291.76 | 0.76 | 0.39 |
| Hex | 9C | 18 | B1 | C | 56 | 0 | 1F | 124 | 4C | 27 |
| Octal | 234 | 30 | 261 | 14 | 126 | 0 | 37 | 444 | 114 | 47 |
| Binary | 10011100 | 11000 | 10110001 | 1100 | 1010110 | 0 | 11111 | 100100100 | 1001100 | 100111 |
Color Harmonies of #9C18B1
Complementary color
Monochromatic Colors of #9C18B1
Black with #9C18B1
Text Example
Text Example
White with #9C18B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C18B1; }
p { color: rgb(156,24,177); }
H1.HeaderClassName
{
color: #9C18B1;
}
.AnyTagClassName
{
color: #9C18B1;
}
</style>
background-color css
<style>
a { background-color: #9C18B1; }
a { background-color: rgb(156,24,177); }
div.DivClassName
{
background-color: #9C18B1;
}
.BgClassName
{
background-color: #9C18B1;
}
</style>
border-color css
<style>
span { border-color: #9C18B1; }
span { border-color: rgb(156,24,177); }
td.TdClassName
{
border-color: #9C18B1;
}
.TagClassName
{
border-color: #9C18B1;
}
</style>