Shades of Dark Orchid #9C17BE
Tints of Dark Orchid #9C17BE
RGB
CMYK
RGB Variations
Color information
#9C17BE (or 0x9C17BE) is known color: Dark Orchid. HEX triplet: 9C, 17 and BE. RGB value is (156,23,190). Sum of RGB (Red+Green+Blue) = 156+23+190=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C17BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C17BE is #63E841. Grayscale: #515151. Windows color (decimal): -6547522 or 12457884. OLE color: 12457884.
HSL color Cylindrical-coordinate representation of color #9C17BE: hue angle of 287.78º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C17BE is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 23 | 190 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.25 |
| HSL | 287.78º | 0.78% | 0.42% | - |
| HSV(B) | 287.78º | 0.88% | 0.75% | - |
| XYZ | 23.31 | 11.4 | 49.69 | - |
| YUV | 81.81 | 189.06 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 190 | 0.18 | 0.88 | 0 | 0.25 | 287.78 | 0.78 | 0.42 |
| Hex | 9C | 17 | BE | 12 | 58 | 0 | 19 | 120 | 4E | 2A |
| Octal | 234 | 27 | 276 | 22 | 130 | 0 | 31 | 440 | 116 | 52 |
| Binary | 10011100 | 10111 | 10111110 | 10010 | 1011000 | 0 | 11001 | 100100000 | 1001110 | 101010 |
Color Harmonies of #9C17BE
Complementary color
Monochromatic Colors of #9C17BE
Black with #9C17BE
Text Example
Text Example
White with #9C17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C17BE; }
p { color: rgb(156,23,190); }
H1.HeaderClassName
{
color: #9C17BE;
}
.AnyTagClassName
{
color: #9C17BE;
}
</style>
background-color css
<style>
a { background-color: #9C17BE; }
a { background-color: rgb(156,23,190); }
div.DivClassName
{
background-color: #9C17BE;
}
.BgClassName
{
background-color: #9C17BE;
}
</style>
border-color css
<style>
span { border-color: #9C17BE; }
span { border-color: rgb(156,23,190); }
td.TdClassName
{
border-color: #9C17BE;
}
.TagClassName
{
border-color: #9C17BE;
}
</style>