Shades of Dark Orchid #9A25B9
Tints of Dark Orchid #9A25B9
RGB
CMYK
RGB Variations
Color information
#9A25B9 (or 0x9A25B9) is known color: Dark Orchid. HEX triplet: 9A, 25 and B9. RGB value is (154,37,185). Sum of RGB (Red+Green+Blue) = 154+37+185=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A25B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A25B9 is #65DA46. Grayscale: #585858. Windows color (decimal): -6675015 or 12133786. OLE color: 12133786.
HSL color Cylindrical-coordinate representation of color #9A25B9: hue angle of 287.43º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A25B9 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 37 | 185 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.27 |
| HSL | 287.43º | 0.67% | 0.44% | - |
| HSV(B) | 287.43º | 0.8% | 0.73% | - |
| XYZ | 22.74 | 11.7 | 46.96 | - |
| YUV | 88.86 | 182.26 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 185 | 0.17 | 0.80 | 0 | 0.27 | 287.43 | 0.67 | 0.44 |
| Hex | 9A | 25 | B9 | 11 | 50 | 0 | 1B | 11F | 43 | 2C |
| Octal | 232 | 45 | 271 | 21 | 120 | 0 | 33 | 437 | 103 | 54 |
| Binary | 10011010 | 100101 | 10111001 | 10001 | 1010000 | 0 | 11011 | 100011111 | 1000011 | 101100 |
Color Harmonies of #9A25B9
Complementary color
Monochromatic Colors of #9A25B9
Black with #9A25B9
Text Example
Text Example
White with #9A25B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A25B9; }
p { color: rgb(154,37,185); }
H1.HeaderClassName
{
color: #9A25B9;
}
.AnyTagClassName
{
color: #9A25B9;
}
</style>
background-color css
<style>
a { background-color: #9A25B9; }
a { background-color: rgb(154,37,185); }
div.DivClassName
{
background-color: #9A25B9;
}
.BgClassName
{
background-color: #9A25B9;
}
</style>
border-color css
<style>
span { border-color: #9A25B9; }
span { border-color: rgb(154,37,185); }
td.TdClassName
{
border-color: #9A25B9;
}
.TagClassName
{
border-color: #9A25B9;
}
</style>