Shades of Dark Orchid #9626AB
Tints of Dark Orchid #9626AB
RGB
CMYK
RGB Variations
Color information
#9626AB (or 0x9626AB) is known color: Dark Orchid. HEX triplet: 96, 26 and AB. RGB value is (150,38,171). Sum of RGB (Red+Green+Blue) = 150+38+171=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #9626AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9626AB is #69D954. Grayscale: #565656. Windows color (decimal): -6936917 or 11216534. OLE color: 11216534.
HSL color Cylindrical-coordinate representation of color #9626AB: hue angle of 290.53º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9626AB is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 38 | 171 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.33 |
| HSL | 290.53º | 0.64% | 0.41% | - |
| HSV(B) | 290.53º | 0.78% | 0.67% | - |
| XYZ | 20.62 | 10.81 | 39.53 | - |
| YUV | 86.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 171 | 0.12 | 0.78 | 0 | 0.33 | 290.53 | 0.64 | 0.41 |
| Hex | 96 | 26 | AB | C | 4E | 0 | 21 | 123 | 40 | 29 |
| Octal | 226 | 46 | 253 | 14 | 116 | 0 | 41 | 443 | 100 | 51 |
| Binary | 10010110 | 100110 | 10101011 | 1100 | 1001110 | 0 | 100001 | 100100011 | 1000000 | 101001 |
Color Harmonies of #9626AB
Complementary color
Monochromatic Colors of #9626AB
Black with #9626AB
Text Example
Text Example
White with #9626AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9626AB; }
p { color: rgb(150,38,171); }
H1.HeaderClassName
{
color: #9626AB;
}
.AnyTagClassName
{
color: #9626AB;
}
</style>
background-color css
<style>
a { background-color: #9626AB; }
a { background-color: rgb(150,38,171); }
div.DivClassName
{
background-color: #9626AB;
}
.BgClassName
{
background-color: #9626AB;
}
</style>
border-color css
<style>
span { border-color: #9626AB; }
span { border-color: rgb(150,38,171); }
td.TdClassName
{
border-color: #9626AB;
}
.TagClassName
{
border-color: #9626AB;
}
</style>