Shades of Dark Orchid #9B23AD
Tints of Dark Orchid #9B23AD
RGB
CMYK
RGB Variations
Color information
#9B23AD (or 0x9B23AD) is known color: Dark Orchid. HEX triplet: 9B, 23 and AD. RGB value is (155,35,173). Sum of RGB (Red+Green+Blue) = 155+35+173=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B23AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B23AD is #64DC52. Grayscale: #565656. Windows color (decimal): -6610003 or 11346843. OLE color: 11346843.
HSL color Cylindrical-coordinate representation of color #9B23AD: hue angle of 292.17º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B23AD is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 35 | 173 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.32 |
| HSL | 292.17º | 0.66% | 0.41% | - |
| HSV(B) | 292.17º | 0.8% | 0.68% | - |
| XYZ | 21.66 | 11.19 | 40.55 | - |
| YUV | 86.61 | 176.76 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 173 | 0.10 | 0.80 | 0 | 0.32 | 292.17 | 0.66 | 0.41 |
| Hex | 9B | 23 | AD | A | 50 | 0 | 20 | 124 | 42 | 29 |
| Octal | 233 | 43 | 255 | 12 | 120 | 0 | 40 | 444 | 102 | 51 |
| Binary | 10011011 | 100011 | 10101101 | 1010 | 1010000 | 0 | 100000 | 100100100 | 1000010 | 101001 |
Color Harmonies of #9B23AD
Complementary color
Monochromatic Colors of #9B23AD
Black with #9B23AD
Text Example
Text Example
White with #9B23AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B23AD; }
p { color: rgb(155,35,173); }
H1.HeaderClassName
{
color: #9B23AD;
}
.AnyTagClassName
{
color: #9B23AD;
}
</style>
background-color css
<style>
a { background-color: #9B23AD; }
a { background-color: rgb(155,35,173); }
div.DivClassName
{
background-color: #9B23AD;
}
.BgClassName
{
background-color: #9B23AD;
}
</style>
border-color css
<style>
span { border-color: #9B23AD; }
span { border-color: rgb(155,35,173); }
td.TdClassName
{
border-color: #9B23AD;
}
.TagClassName
{
border-color: #9B23AD;
}
</style>