Shades of Dark Orchid #9B19AD
Tints of Dark Orchid #9B19AD
RGB
CMYK
RGB Variations
Color information
#9B19AD (or 0x9B19AD) is known color: Dark Orchid. HEX triplet: 9B, 19 and AD. RGB value is (155,25,173). Sum of RGB (Red+Green+Blue) = 155+25+173=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B19AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B19AD is #64E652. Grayscale: #505050. Windows color (decimal): -6612563 or 11344283. OLE color: 11344283.
HSL color Cylindrical-coordinate representation of color #9B19AD: hue angle of 292.7º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B19AD is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 25 | 173 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.32 |
| HSL | 292.7º | 0.75% | 0.39% | - |
| HSV(B) | 292.7º | 0.86% | 0.68% | - |
| XYZ | 21.41 | 10.68 | 40.47 | - |
| YUV | 80.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 25 | 173 | 0.10 | 0.86 | 0 | 0.32 | 292.7 | 0.75 | 0.39 |
| Hex | 9B | 19 | AD | A | 56 | 0 | 20 | 125 | 4B | 27 |
| Octal | 233 | 31 | 255 | 12 | 126 | 0 | 40 | 445 | 113 | 47 |
| Binary | 10011011 | 11001 | 10101101 | 1010 | 1010110 | 0 | 100000 | 100100101 | 1001011 | 100111 |
Color Harmonies of #9B19AD
Complementary color
Monochromatic Colors of #9B19AD
Black with #9B19AD
Text Example
Text Example
White with #9B19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B19AD; }
p { color: rgb(155,25,173); }
H1.HeaderClassName
{
color: #9B19AD;
}
.AnyTagClassName
{
color: #9B19AD;
}
</style>
background-color css
<style>
a { background-color: #9B19AD; }
a { background-color: rgb(155,25,173); }
div.DivClassName
{
background-color: #9B19AD;
}
.BgClassName
{
background-color: #9B19AD;
}
</style>
border-color css
<style>
span { border-color: #9B19AD; }
span { border-color: rgb(155,25,173); }
td.TdClassName
{
border-color: #9B19AD;
}
.TagClassName
{
border-color: #9B19AD;
}
</style>