Shades of Dark Orchid #9725BA
Tints of Dark Orchid #9725BA
RGB
CMYK
RGB Variations
Color information
#9725BA (or 0x9725BA) is known color: Dark Orchid. HEX triplet: 97, 25 and BA. RGB value is (151,37,186). Sum of RGB (Red+Green+Blue) = 151+37+186=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #9725BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9725BA is #68DA45. Grayscale: #575757. Windows color (decimal): -6871622 or 12199319. OLE color: 12199319.
HSL color Cylindrical-coordinate representation of color #9725BA: hue angle of 285.91º 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 #9725BA is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 37 | 186 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.27 |
| HSL | 285.91º | 0.67% | 0.44% | - |
| HSV(B) | 285.91º | 0.8% | 0.73% | - |
| XYZ | 22.29 | 11.45 | 47.49 | - |
| YUV | 88.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 186 | 0.19 | 0.80 | 0 | 0.27 | 285.91 | 0.67 | 0.44 |
| Hex | 97 | 25 | BA | 13 | 50 | 0 | 1B | 11E | 43 | 2C |
| Octal | 227 | 45 | 272 | 23 | 120 | 0 | 33 | 436 | 103 | 54 |
| Binary | 10010111 | 100101 | 10111010 | 10011 | 1010000 | 0 | 11011 | 100011110 | 1000011 | 101100 |
Color Harmonies of #9725BA
Complementary color
Monochromatic Colors of #9725BA
Black with #9725BA
Text Example
Text Example
White with #9725BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9725BA; }
p { color: rgb(151,37,186); }
H1.HeaderClassName
{
color: #9725BA;
}
.AnyTagClassName
{
color: #9725BA;
}
</style>
background-color css
<style>
a { background-color: #9725BA; }
a { background-color: rgb(151,37,186); }
div.DivClassName
{
background-color: #9725BA;
}
.BgClassName
{
background-color: #9725BA;
}
</style>
border-color css
<style>
span { border-color: #9725BA; }
span { border-color: rgb(151,37,186); }
td.TdClassName
{
border-color: #9725BA;
}
.TagClassName
{
border-color: #9725BA;
}
</style>