Shades of Dark Orchid #9729B0
Tints of Dark Orchid #9729B0
RGB
CMYK
RGB Variations
Color information
#9729B0 (or 0x9729B0) is known color: Dark Orchid. HEX triplet: 97, 29 and B0. RGB value is (151,41,176). Sum of RGB (Red+Green+Blue) = 151+41+176=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 176 - color contains mainly: blue. Hex color #9729B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9729B0 is #68D64F. Grayscale: #585858. Windows color (decimal): -6870608 or 11544983. OLE color: 11544983.
HSL color Cylindrical-coordinate representation of color #9729B0: hue angle of 288.89º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9729B0 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 41 | 176 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.31 |
| HSL | 288.89º | 0.62% | 0.43% | - |
| HSV(B) | 288.89º | 0.77% | 0.69% | - |
| XYZ | 21.39 | 11.3 | 42.13 | - |
| YUV | 89.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 176 | 0.14 | 0.77 | 0 | 0.31 | 288.89 | 0.62 | 0.43 |
| Hex | 97 | 29 | B0 | E | 4D | 0 | 1F | 121 | 3E | 2B |
| Octal | 227 | 51 | 260 | 16 | 115 | 0 | 37 | 441 | 76 | 53 |
| Binary | 10010111 | 101001 | 10110000 | 1110 | 1001101 | 0 | 11111 | 100100001 | 111110 | 101011 |
Color Harmonies of #9729B0
Complementary color
Monochromatic Colors of #9729B0
Black with #9729B0
Text Example
Text Example
White with #9729B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9729B0; }
p { color: rgb(151,41,176); }
H1.HeaderClassName
{
color: #9729B0;
}
.AnyTagClassName
{
color: #9729B0;
}
</style>
background-color css
<style>
a { background-color: #9729B0; }
a { background-color: rgb(151,41,176); }
div.DivClassName
{
background-color: #9729B0;
}
.BgClassName
{
background-color: #9729B0;
}
</style>
border-color css
<style>
span { border-color: #9729B0; }
span { border-color: rgb(151,41,176); }
td.TdClassName
{
border-color: #9729B0;
}
.TagClassName
{
border-color: #9729B0;
}
</style>