Shades of Dark Orchid #9526AB
Tints of Dark Orchid #9526AB
RGB
CMYK
RGB Variations
Color information
#9526AB (or 0x9526AB) is known color: Dark Orchid. HEX triplet: 95, 26 and AB. RGB value is (149,38,171). Sum of RGB (Red+Green+Blue) = 149+38+171=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #9526AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9526AB is #6AD954. Grayscale: #555555. Windows color (decimal): -7002453 or 11216533. OLE color: 11216533.
HSL color Cylindrical-coordinate representation of color #9526AB: hue angle of 290.08º 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 #9526AB is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 38 | 171 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.33 |
| HSL | 290.08º | 0.64% | 0.41% | - |
| HSV(B) | 290.08º | 0.78% | 0.67% | - |
| XYZ | 20.44 | 10.72 | 39.52 | - |
| YUV | 86.35 | 175.77 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 171 | 0.13 | 0.78 | 0 | 0.33 | 290.08 | 0.64 | 0.41 |
| Hex | 95 | 26 | AB | D | 4E | 0 | 21 | 122 | 40 | 29 |
| Octal | 225 | 46 | 253 | 15 | 116 | 0 | 41 | 442 | 100 | 51 |
| Binary | 10010101 | 100110 | 10101011 | 1101 | 1001110 | 0 | 100001 | 100100010 | 1000000 | 101001 |
Color Harmonies of #9526AB
Complementary color
Monochromatic Colors of #9526AB
Black with #9526AB
Text Example
Text Example
White with #9526AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526AB; }
p { color: rgb(149,38,171); }
H1.HeaderClassName
{
color: #9526AB;
}
.AnyTagClassName
{
color: #9526AB;
}
</style>
background-color css
<style>
a { background-color: #9526AB; }
a { background-color: rgb(149,38,171); }
div.DivClassName
{
background-color: #9526AB;
}
.BgClassName
{
background-color: #9526AB;
}
</style>
border-color css
<style>
span { border-color: #9526AB; }
span { border-color: rgb(149,38,171); }
td.TdClassName
{
border-color: #9526AB;
}
.TagClassName
{
border-color: #9526AB;
}
</style>