Shades of Dark Orchid #9629AB
Tints of Dark Orchid #9629AB
RGB
CMYK
RGB Variations
Color information
#9629AB (or 0x9629AB) is known color: Dark Orchid. HEX triplet: 96, 29 and AB. RGB value is (150,41,171). Sum of RGB (Red+Green+Blue) = 150+41+171=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #9629AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9629AB is #69D654. Grayscale: #585858. Windows color (decimal): -6936149 or 11217302. OLE color: 11217302.
HSL color Cylindrical-coordinate representation of color #9629AB: hue angle of 290.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9629AB is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 41 | 171 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.33 |
| HSL | 290.31º | 0.61% | 0.42% | - |
| HSV(B) | 290.31º | 0.76% | 0.67% | - |
| XYZ | 20.72 | 11.01 | 39.56 | - |
| YUV | 88.41 | 174.61 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 171 | 0.12 | 0.76 | 0 | 0.33 | 290.31 | 0.61 | 0.42 |
| Hex | 96 | 29 | AB | C | 4C | 0 | 21 | 122 | 3D | 2A |
| Octal | 226 | 51 | 253 | 14 | 114 | 0 | 41 | 442 | 75 | 52 |
| Binary | 10010110 | 101001 | 10101011 | 1100 | 1001100 | 0 | 100001 | 100100010 | 111101 | 101010 |
Color Harmonies of #9629AB
Complementary color
Monochromatic Colors of #9629AB
Black with #9629AB
Text Example
Text Example
White with #9629AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9629AB; }
p { color: rgb(150,41,171); }
H1.HeaderClassName
{
color: #9629AB;
}
.AnyTagClassName
{
color: #9629AB;
}
</style>
background-color css
<style>
a { background-color: #9629AB; }
a { background-color: rgb(150,41,171); }
div.DivClassName
{
background-color: #9629AB;
}
.BgClassName
{
background-color: #9629AB;
}
</style>
border-color css
<style>
span { border-color: #9629AB; }
span { border-color: rgb(150,41,171); }
td.TdClassName
{
border-color: #9629AB;
}
.TagClassName
{
border-color: #9629AB;
}
</style>