Shades of Dark Orchid #9723AB
Tints of Dark Orchid #9723AB
RGB
CMYK
RGB Variations
Color information
#9723AB (or 0x9723AB) is known color: Dark Orchid. HEX triplet: 97, 23 and AB. RGB value is (151,35,171). Sum of RGB (Red+Green+Blue) = 151+35+171=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #9723AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9723AB is #68DC54. Grayscale: #545454. Windows color (decimal): -6872149 or 11215767. OLE color: 11215767.
HSL color Cylindrical-coordinate representation of color #9723AB: hue angle of 291.18º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9723AB is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 35 | 171 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.33 |
| HSL | 291.18º | 0.66% | 0.4% | - |
| HSV(B) | 291.18º | 0.8% | 0.67% | - |
| XYZ | 20.71 | 10.72 | 39.51 | - |
| YUV | 85.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 171 | 0.12 | 0.80 | 0 | 0.33 | 291.18 | 0.66 | 0.4 |
| Hex | 97 | 23 | AB | C | 50 | 0 | 21 | 123 | 42 | 28 |
| Octal | 227 | 43 | 253 | 14 | 120 | 0 | 41 | 443 | 102 | 50 |
| Binary | 10010111 | 100011 | 10101011 | 1100 | 1010000 | 0 | 100001 | 100100011 | 1000010 | 101000 |
Color Harmonies of #9723AB
Complementary color
Monochromatic Colors of #9723AB
Black with #9723AB
Text Example
Text Example
White with #9723AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9723AB; }
p { color: rgb(151,35,171); }
H1.HeaderClassName
{
color: #9723AB;
}
.AnyTagClassName
{
color: #9723AB;
}
</style>
background-color css
<style>
a { background-color: #9723AB; }
a { background-color: rgb(151,35,171); }
div.DivClassName
{
background-color: #9723AB;
}
.BgClassName
{
background-color: #9723AB;
}
</style>
border-color css
<style>
span { border-color: #9723AB; }
span { border-color: rgb(151,35,171); }
td.TdClassName
{
border-color: #9723AB;
}
.TagClassName
{
border-color: #9723AB;
}
</style>