Shades of Dark Orchid #9423AD
Tints of Dark Orchid #9423AD
RGB
CMYK
RGB Variations
Color information
#9423AD (or 0x9423AD) is known color: Dark Orchid. HEX triplet: 94, 23 and AD. RGB value is (148,35,173). Sum of RGB (Red+Green+Blue) = 148+35+173=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 35 (14.06% from 255 or 9.83% 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 #9423AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9423AD is #6BDC52. Grayscale: #545454. Windows color (decimal): -7068755 or 11346836. OLE color: 11346836.
HSL color Cylindrical-coordinate representation of color #9423AD: hue angle of 289.13º 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 #9423AD is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 35 | 173 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.32 |
| HSL | 289.13º | 0.66% | 0.41% | - |
| HSV(B) | 289.13º | 0.8% | 0.68% | - |
| XYZ | 20.36 | 10.52 | 40.49 | - |
| YUV | 84.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 173 | 0.14 | 0.80 | 0 | 0.32 | 289.13 | 0.66 | 0.41 |
| Hex | 94 | 23 | AD | E | 50 | 0 | 20 | 121 | 42 | 29 |
| Octal | 224 | 43 | 255 | 16 | 120 | 0 | 40 | 441 | 102 | 51 |
| Binary | 10010100 | 100011 | 10101101 | 1110 | 1010000 | 0 | 100000 | 100100001 | 1000010 | 101001 |
Color Harmonies of #9423AD
Complementary color
Monochromatic Colors of #9423AD
Black with #9423AD
Text Example
Text Example
White with #9423AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9423AD; }
p { color: rgb(148,35,173); }
H1.HeaderClassName
{
color: #9423AD;
}
.AnyTagClassName
{
color: #9423AD;
}
</style>
background-color css
<style>
a { background-color: #9423AD; }
a { background-color: rgb(148,35,173); }
div.DivClassName
{
background-color: #9423AD;
}
.BgClassName
{
background-color: #9423AD;
}
</style>
border-color css
<style>
span { border-color: #9423AD; }
span { border-color: rgb(148,35,173); }
td.TdClassName
{
border-color: #9423AD;
}
.TagClassName
{
border-color: #9423AD;
}
</style>