Shades of Dark Orchid #9A25AB
Tints of Dark Orchid #9A25AB
RGB
CMYK
RGB Variations
Color information
#9A25AB (or 0x9A25AB) is known color: Dark Orchid. HEX triplet: 9A, 25 and AB. RGB value is (154,37,171). Sum of RGB (Red+Green+Blue) = 154+37+171=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 37 (14.84% from 255 or 10.22% 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 #9A25AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A25AB is #65DA54. Grayscale: #565656. Windows color (decimal): -6675029 or 11216282. OLE color: 11216282.
HSL color Cylindrical-coordinate representation of color #9A25AB: hue angle of 292.39º 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 #9A25AB is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 37 | 171 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.33 |
| HSL | 292.39º | 0.64% | 0.41% | - |
| HSV(B) | 292.39º | 0.78% | 0.67% | - |
| XYZ | 21.34 | 11.13 | 39.55 | - |
| YUV | 87.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 171 | 0.10 | 0.78 | 0 | 0.33 | 292.39 | 0.64 | 0.41 |
| Hex | 9A | 25 | AB | A | 4E | 0 | 21 | 124 | 40 | 29 |
| Octal | 232 | 45 | 253 | 12 | 116 | 0 | 41 | 444 | 100 | 51 |
| Binary | 10011010 | 100101 | 10101011 | 1010 | 1001110 | 0 | 100001 | 100100100 | 1000000 | 101001 |
Color Harmonies of #9A25AB
Complementary color
Monochromatic Colors of #9A25AB
Black with #9A25AB
Text Example
Text Example
White with #9A25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A25AB; }
p { color: rgb(154,37,171); }
H1.HeaderClassName
{
color: #9A25AB;
}
.AnyTagClassName
{
color: #9A25AB;
}
</style>
background-color css
<style>
a { background-color: #9A25AB; }
a { background-color: rgb(154,37,171); }
div.DivClassName
{
background-color: #9A25AB;
}
.BgClassName
{
background-color: #9A25AB;
}
</style>
border-color css
<style>
span { border-color: #9A25AB; }
span { border-color: rgb(154,37,171); }
td.TdClassName
{
border-color: #9A25AB;
}
.TagClassName
{
border-color: #9A25AB;
}
</style>