Shades of Dark Orchid #9D19C8
Tints of Dark Orchid #9D19C8
RGB
CMYK
RGB Variations
Color information
#9D19C8 (or 0x9D19C8) is known color: Dark Orchid. HEX triplet: 9D, 19 and C8. RGB value is (157,25,200). Sum of RGB (Red+Green+Blue) = 157+25+200=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #9D19C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D19C8 is #62E637. Grayscale: #535353. Windows color (decimal): -6481464 or 13113757. OLE color: 13113757.
HSL color Cylindrical-coordinate representation of color #9D19C8: hue angle of 285.26º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D19C8 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 25 | 200 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.22 |
| HSL | 285.26º | 0.78% | 0.44% | - |
| HSV(B) | 285.26º | 0.88% | 0.78% | - |
| XYZ | 24.68 | 12.03 | 55.67 | - |
| YUV | 84.42 | 193.23 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 25 | 200 | 0.22 | 0.88 | 0 | 0.22 | 285.26 | 0.78 | 0.44 |
| Hex | 9D | 19 | C8 | 16 | 58 | 0 | 16 | 11D | 4E | 2C |
| Octal | 235 | 31 | 310 | 26 | 130 | 0 | 26 | 435 | 116 | 54 |
| Binary | 10011101 | 11001 | 11001000 | 10110 | 1011000 | 0 | 10110 | 100011101 | 1001110 | 101100 |
Color Harmonies of #9D19C8
Complementary color
Monochromatic Colors of #9D19C8
Black with #9D19C8
Text Example
Text Example
White with #9D19C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D19C8; }
p { color: rgb(157,25,200); }
H1.HeaderClassName
{
color: #9D19C8;
}
.AnyTagClassName
{
color: #9D19C8;
}
</style>
background-color css
<style>
a { background-color: #9D19C8; }
a { background-color: rgb(157,25,200); }
div.DivClassName
{
background-color: #9D19C8;
}
.BgClassName
{
background-color: #9D19C8;
}
</style>
border-color css
<style>
span { border-color: #9D19C8; }
span { border-color: rgb(157,25,200); }
td.TdClassName
{
border-color: #9D19C8;
}
.TagClassName
{
border-color: #9D19C8;
}
</style>