Shades of Dark Orchid #9422AD
Tints of Dark Orchid #9422AD
RGB
CMYK
RGB Variations
Color information
#9422AD (or 0x9422AD) is known color: Dark Orchid. HEX triplet: 94, 22 and AD. RGB value is (148,34,173). Sum of RGB (Red+Green+Blue) = 148+34+173=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #9422AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9422AD is #6BDD52. Grayscale: #535353. Windows color (decimal): -7069011 or 11346580. OLE color: 11346580.
HSL color Cylindrical-coordinate representation of color #9422AD: hue angle of 289.21º degrees, saturation: 0.67, 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 #9422AD is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 34 | 173 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.32 |
| HSL | 289.21º | 0.67% | 0.41% | - |
| HSV(B) | 289.21º | 0.8% | 0.68% | - |
| XYZ | 20.33 | 10.46 | 40.48 | - |
| YUV | 83.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 173 | 0.14 | 0.80 | 0 | 0.32 | 289.21 | 0.67 | 0.41 |
| Hex | 94 | 22 | AD | E | 50 | 0 | 20 | 121 | 43 | 29 |
| Octal | 224 | 42 | 255 | 16 | 120 | 0 | 40 | 441 | 103 | 51 |
| Binary | 10010100 | 100010 | 10101101 | 1110 | 1010000 | 0 | 100000 | 100100001 | 1000011 | 101001 |
Color Harmonies of #9422AD
Complementary color
Monochromatic Colors of #9422AD
Black with #9422AD
Text Example
Text Example
White with #9422AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9422AD; }
p { color: rgb(148,34,173); }
H1.HeaderClassName
{
color: #9422AD;
}
.AnyTagClassName
{
color: #9422AD;
}
</style>
background-color css
<style>
a { background-color: #9422AD; }
a { background-color: rgb(148,34,173); }
div.DivClassName
{
background-color: #9422AD;
}
.BgClassName
{
background-color: #9422AD;
}
</style>
border-color css
<style>
span { border-color: #9422AD; }
span { border-color: rgb(148,34,173); }
td.TdClassName
{
border-color: #9422AD;
}
.TagClassName
{
border-color: #9422AD;
}
</style>