Shades of Dark Orchid #9624AD
Tints of Dark Orchid #9624AD
RGB
CMYK
RGB Variations
Color information
#9624AD (or 0x9624AD) is known color: Dark Orchid. HEX triplet: 96, 24 and AD. RGB value is (150,36,173). Sum of RGB (Red+Green+Blue) = 150+36+173=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #9624AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9624AD is #69DB52. Grayscale: #555555. Windows color (decimal): -6937427 or 11347094. OLE color: 11347094.
HSL color Cylindrical-coordinate representation of color #9624AD: hue angle of 289.93º 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 #9624AD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 36 | 173 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.32 |
| HSL | 289.93º | 0.66% | 0.41% | - |
| HSV(B) | 289.93º | 0.79% | 0.68% | - |
| XYZ | 20.75 | 10.76 | 40.52 | - |
| YUV | 85.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 173 | 0.13 | 0.79 | 0 | 0.32 | 289.93 | 0.66 | 0.41 |
| Hex | 96 | 24 | AD | D | 4F | 0 | 20 | 122 | 42 | 29 |
| Octal | 226 | 44 | 255 | 15 | 117 | 0 | 40 | 442 | 102 | 51 |
| Binary | 10010110 | 100100 | 10101101 | 1101 | 1001111 | 0 | 100000 | 100100010 | 1000010 | 101001 |
Color Harmonies of #9624AD
Complementary color
Monochromatic Colors of #9624AD
Black with #9624AD
Text Example
Text Example
White with #9624AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9624AD; }
p { color: rgb(150,36,173); }
H1.HeaderClassName
{
color: #9624AD;
}
.AnyTagClassName
{
color: #9624AD;
}
</style>
background-color css
<style>
a { background-color: #9624AD; }
a { background-color: rgb(150,36,173); }
div.DivClassName
{
background-color: #9624AD;
}
.BgClassName
{
background-color: #9624AD;
}
</style>
border-color css
<style>
span { border-color: #9624AD; }
span { border-color: rgb(150,36,173); }
td.TdClassName
{
border-color: #9624AD;
}
.TagClassName
{
border-color: #9624AD;
}
</style>