Shades of Dark Orchid #9424AD
Tints of Dark Orchid #9424AD
RGB
CMYK
RGB Variations
Color information
#9424AD (or 0x9424AD) is known color: Dark Orchid. HEX triplet: 94, 24 and AD. RGB value is (148,36,173). Sum of RGB (Red+Green+Blue) = 148+36+173=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #9424AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9424AD is #6BDB52. Grayscale: #545454. Windows color (decimal): -7068499 or 11347092. OLE color: 11347092.
HSL color Cylindrical-coordinate representation of color #9424AD: hue angle of 289.05º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9424AD is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 36 | 173 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.32 |
| HSL | 289.05º | 0.66% | 0.41% | - |
| HSV(B) | 289.05º | 0.79% | 0.68% | - |
| XYZ | 20.39 | 10.57 | 40.5 | - |
| YUV | 85.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 173 | 0.14 | 0.79 | 0 | 0.32 | 289.05 | 0.66 | 0.41 |
| Hex | 94 | 24 | AD | E | 4F | 0 | 20 | 121 | 42 | 29 |
| Octal | 224 | 44 | 255 | 16 | 117 | 0 | 40 | 441 | 102 | 51 |
| Binary | 10010100 | 100100 | 10101101 | 1110 | 1001111 | 0 | 100000 | 100100001 | 1000010 | 101001 |
Color Harmonies of #9424AD
Complementary color
Monochromatic Colors of #9424AD
Black with #9424AD
Text Example
Text Example
White with #9424AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9424AD; }
p { color: rgb(148,36,173); }
H1.HeaderClassName
{
color: #9424AD;
}
.AnyTagClassName
{
color: #9424AD;
}
</style>
background-color css
<style>
a { background-color: #9424AD; }
a { background-color: rgb(148,36,173); }
div.DivClassName
{
background-color: #9424AD;
}
.BgClassName
{
background-color: #9424AD;
}
</style>
border-color css
<style>
span { border-color: #9424AD; }
span { border-color: rgb(148,36,173); }
td.TdClassName
{
border-color: #9424AD;
}
.TagClassName
{
border-color: #9424AD;
}
</style>