Shades of Dark Orchid #9D1CAC
Tints of Dark Orchid #9D1CAC
RGB
CMYK
RGB Variations
Color information
#9D1CAC (or 0x9D1CAC) is known color: Dark Orchid. HEX triplet: 9D, 1C and AC. RGB value is (157,28,172). Sum of RGB (Red+Green+Blue) = 157+28+172=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D1CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1CAC is #62E353. Grayscale: #525252. Windows color (decimal): -6480724 or 11279517. OLE color: 11279517.
HSL color Cylindrical-coordinate representation of color #9D1CAC: hue angle of 293.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1CAC is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 28 | 172 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.33 |
| HSL | 293.75º | 0.72% | 0.39% | - |
| HSV(B) | 293.75º | 0.84% | 0.67% | - |
| XYZ | 21.77 | 10.98 | 40 | - |
| YUV | 82.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 172 | 0.09 | 0.84 | 0 | 0.33 | 293.75 | 0.72 | 0.39 |
| Hex | 9D | 1C | AC | 9 | 54 | 0 | 21 | 126 | 48 | 27 |
| Octal | 235 | 34 | 254 | 11 | 124 | 0 | 41 | 446 | 110 | 47 |
| Binary | 10011101 | 11100 | 10101100 | 1001 | 1010100 | 0 | 100001 | 100100110 | 1001000 | 100111 |
Color Harmonies of #9D1CAC
Complementary color
Monochromatic Colors of #9D1CAC
Black with #9D1CAC
Text Example
Text Example
White with #9D1CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1CAC; }
p { color: rgb(157,28,172); }
H1.HeaderClassName
{
color: #9D1CAC;
}
.AnyTagClassName
{
color: #9D1CAC;
}
</style>
background-color css
<style>
a { background-color: #9D1CAC; }
a { background-color: rgb(157,28,172); }
div.DivClassName
{
background-color: #9D1CAC;
}
.BgClassName
{
background-color: #9D1CAC;
}
</style>
border-color css
<style>
span { border-color: #9D1CAC; }
span { border-color: rgb(157,28,172); }
td.TdClassName
{
border-color: #9D1CAC;
}
.TagClassName
{
border-color: #9D1CAC;
}
</style>