Shades of Dark Orchid #9736BA
Tints of Dark Orchid #9736BA
RGB
CMYK
RGB Variations
Color information
#9736BA (or 0x9736BA) is known color: Dark Orchid. HEX triplet: 97, 36 and BA. RGB value is (151,54,186). Sum of RGB (Red+Green+Blue) = 151+54+186=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #9736BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9736BA is #68C945. Grayscale: #616161. Windows color (decimal): -6867270 or 12203671. OLE color: 12203671.
HSL color Cylindrical-coordinate representation of color #9736BA: hue angle of 284.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9736BA is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 54 | 186 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.27 |
| HSL | 284.09º | 0.55% | 0.47% | - |
| HSV(B) | 284.09º | 0.71% | 0.73% | - |
| XYZ | 22.94 | 12.76 | 47.71 | - |
| YUV | 98.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 54 | 186 | 0.19 | 0.71 | 0 | 0.27 | 284.09 | 0.55 | 0.47 |
| Hex | 97 | 36 | BA | 13 | 47 | 0 | 1B | 11C | 37 | 2F |
| Octal | 227 | 66 | 272 | 23 | 107 | 0 | 33 | 434 | 67 | 57 |
| Binary | 10010111 | 110110 | 10111010 | 10011 | 1000111 | 0 | 11011 | 100011100 | 110111 | 101111 |
Color Harmonies of #9736BA
Complementary color
Monochromatic Colors of #9736BA
Black with #9736BA
Text Example
Text Example
White with #9736BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9736BA; }
p { color: rgb(151,54,186); }
H1.HeaderClassName
{
color: #9736BA;
}
.AnyTagClassName
{
color: #9736BA;
}
</style>
background-color css
<style>
a { background-color: #9736BA; }
a { background-color: rgb(151,54,186); }
div.DivClassName
{
background-color: #9736BA;
}
.BgClassName
{
background-color: #9736BA;
}
</style>
border-color css
<style>
span { border-color: #9736BA; }
span { border-color: rgb(151,54,186); }
td.TdClassName
{
border-color: #9736BA;
}
.TagClassName
{
border-color: #9736BA;
}
</style>