Shades of Dark Orchid #9626AD
Tints of Dark Orchid #9626AD
RGB
CMYK
RGB Variations
Color information
#9626AD (or 0x9626AD) is known color: Dark Orchid. HEX triplet: 96, 26 and AD. RGB value is (150,38,173). Sum of RGB (Red+Green+Blue) = 150+38+173=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #9626AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9626AD is #69D952. Grayscale: #565656. Windows color (decimal): -6936915 or 11347606. OLE color: 11347606.
HSL color Cylindrical-coordinate representation of color #9626AD: hue angle of 289.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9626AD is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 38 | 173 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.32 |
| HSL | 289.78º | 0.64% | 0.41% | - |
| HSV(B) | 289.78º | 0.78% | 0.68% | - |
| XYZ | 20.81 | 10.89 | 40.54 | - |
| YUV | 86.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 173 | 0.13 | 0.78 | 0 | 0.32 | 289.78 | 0.64 | 0.41 |
| Hex | 96 | 26 | AD | D | 4E | 0 | 20 | 122 | 40 | 29 |
| Octal | 226 | 46 | 255 | 15 | 116 | 0 | 40 | 442 | 100 | 51 |
| Binary | 10010110 | 100110 | 10101101 | 1101 | 1001110 | 0 | 100000 | 100100010 | 1000000 | 101001 |
Color Harmonies of #9626AD
Complementary color
Monochromatic Colors of #9626AD
Black with #9626AD
Text Example
Text Example
White with #9626AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9626AD; }
p { color: rgb(150,38,173); }
H1.HeaderClassName
{
color: #9626AD;
}
.AnyTagClassName
{
color: #9626AD;
}
</style>
background-color css
<style>
a { background-color: #9626AD; }
a { background-color: rgb(150,38,173); }
div.DivClassName
{
background-color: #9626AD;
}
.BgClassName
{
background-color: #9626AD;
}
</style>
border-color css
<style>
span { border-color: #9626AD; }
span { border-color: rgb(150,38,173); }
td.TdClassName
{
border-color: #9626AD;
}
.TagClassName
{
border-color: #9626AD;
}
</style>