Shades of Dark Orchid #9628AD
Tints of Dark Orchid #9628AD
RGB
CMYK
RGB Variations
Color information
#9628AD (or 0x9628AD) is known color: Dark Orchid. HEX triplet: 96, 28 and AD. RGB value is (150,40,173). Sum of RGB (Red+Green+Blue) = 150+40+173=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #9628AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9628AD is #69D752. Grayscale: #575757. Windows color (decimal): -6936403 or 11348118. OLE color: 11348118.
HSL color Cylindrical-coordinate representation of color #9628AD: hue angle of 289.62º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9628AD is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 40 | 173 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.32 |
| HSL | 289.62º | 0.62% | 0.42% | - |
| HSV(B) | 289.62º | 0.77% | 0.68% | - |
| XYZ | 20.88 | 11.02 | 40.56 | - |
| YUV | 88.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 173 | 0.13 | 0.77 | 0 | 0.32 | 289.62 | 0.62 | 0.42 |
| Hex | 96 | 28 | AD | D | 4D | 0 | 20 | 122 | 3E | 2A |
| Octal | 226 | 50 | 255 | 15 | 115 | 0 | 40 | 442 | 76 | 52 |
| Binary | 10010110 | 101000 | 10101101 | 1101 | 1001101 | 0 | 100000 | 100100010 | 111110 | 101010 |
Color Harmonies of #9628AD
Complementary color
Monochromatic Colors of #9628AD
Black with #9628AD
Text Example
Text Example
White with #9628AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9628AD; }
p { color: rgb(150,40,173); }
H1.HeaderClassName
{
color: #9628AD;
}
.AnyTagClassName
{
color: #9628AD;
}
</style>
background-color css
<style>
a { background-color: #9628AD; }
a { background-color: rgb(150,40,173); }
div.DivClassName
{
background-color: #9628AD;
}
.BgClassName
{
background-color: #9628AD;
}
</style>
border-color css
<style>
span { border-color: #9628AD; }
span { border-color: rgb(150,40,173); }
td.TdClassName
{
border-color: #9628AD;
}
.TagClassName
{
border-color: #9628AD;
}
</style>