Shades of Dark Orchid #9B1CAD
Tints of Dark Orchid #9B1CAD
RGB
CMYK
RGB Variations
Color information
#9B1CAD (or 0x9B1CAD) is known color: Dark Orchid. HEX triplet: 9B, 1C and AD. RGB value is (155,28,173). Sum of RGB (Red+Green+Blue) = 155+28+173=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B1CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1CAD is #64E352. Grayscale: #525252. Windows color (decimal): -6611795 or 11345051. OLE color: 11345051.
HSL color Cylindrical-coordinate representation of color #9B1CAD: hue angle of 292.55º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1CAD is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 28 | 173 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.32 |
| HSL | 292.55º | 0.72% | 0.39% | - |
| HSV(B) | 292.55º | 0.84% | 0.68% | - |
| XYZ | 21.48 | 10.82 | 40.49 | - |
| YUV | 82.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 173 | 0.10 | 0.84 | 0 | 0.32 | 292.55 | 0.72 | 0.39 |
| Hex | 9B | 1C | AD | A | 54 | 0 | 20 | 125 | 48 | 27 |
| Octal | 233 | 34 | 255 | 12 | 124 | 0 | 40 | 445 | 110 | 47 |
| Binary | 10011011 | 11100 | 10101101 | 1010 | 1010100 | 0 | 100000 | 100100101 | 1001000 | 100111 |
Color Harmonies of #9B1CAD
Complementary color
Monochromatic Colors of #9B1CAD
Black with #9B1CAD
Text Example
Text Example
White with #9B1CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1CAD; }
p { color: rgb(155,28,173); }
H1.HeaderClassName
{
color: #9B1CAD;
}
.AnyTagClassName
{
color: #9B1CAD;
}
</style>
background-color css
<style>
a { background-color: #9B1CAD; }
a { background-color: rgb(155,28,173); }
div.DivClassName
{
background-color: #9B1CAD;
}
.BgClassName
{
background-color: #9B1CAD;
}
</style>
border-color css
<style>
span { border-color: #9B1CAD; }
span { border-color: rgb(155,28,173); }
td.TdClassName
{
border-color: #9B1CAD;
}
.TagClassName
{
border-color: #9B1CAD;
}
</style>