Shades of Dark Orchid #9625AD
Tints of Dark Orchid #9625AD
RGB
CMYK
RGB Variations
Color information
#9625AD (or 0x9625AD) is known color: Dark Orchid. HEX triplet: 96, 25 and AD. RGB value is (150,37,173). Sum of RGB (Red+Green+Blue) = 150+37+173=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #9625AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9625AD is #69DA52. Grayscale: #555555. Windows color (decimal): -6937171 or 11347350. OLE color: 11347350.
HSL color Cylindrical-coordinate representation of color #9625AD: hue angle of 289.85º degrees, saturation: 0.65, 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 #9625AD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 37 | 173 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.32 |
| HSL | 289.85º | 0.65% | 0.41% | - |
| HSV(B) | 289.85º | 0.79% | 0.68% | - |
| XYZ | 20.78 | 10.82 | 40.53 | - |
| YUV | 86.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 173 | 0.13 | 0.79 | 0 | 0.32 | 289.85 | 0.65 | 0.41 |
| Hex | 96 | 25 | AD | D | 4F | 0 | 20 | 122 | 41 | 29 |
| Octal | 226 | 45 | 255 | 15 | 117 | 0 | 40 | 442 | 101 | 51 |
| Binary | 10010110 | 100101 | 10101101 | 1101 | 1001111 | 0 | 100000 | 100100010 | 1000001 | 101001 |
Color Harmonies of #9625AD
Complementary color
Monochromatic Colors of #9625AD
Black with #9625AD
Text Example
Text Example
White with #9625AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9625AD; }
p { color: rgb(150,37,173); }
H1.HeaderClassName
{
color: #9625AD;
}
.AnyTagClassName
{
color: #9625AD;
}
</style>
background-color css
<style>
a { background-color: #9625AD; }
a { background-color: rgb(150,37,173); }
div.DivClassName
{
background-color: #9625AD;
}
.BgClassName
{
background-color: #9625AD;
}
</style>
border-color css
<style>
span { border-color: #9625AD; }
span { border-color: rgb(150,37,173); }
td.TdClassName
{
border-color: #9625AD;
}
.TagClassName
{
border-color: #9625AD;
}
</style>