Shades of Dark Orchid #9736BC
Tints of Dark Orchid #9736BC
RGB
CMYK
RGB Variations
Color information
#9736BC (or 0x9736BC) is known color: Dark Orchid. HEX triplet: 97, 36 and BC. RGB value is (151,54,188). Sum of RGB (Red+Green+Blue) = 151+54+188=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #9736BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9736BC is #68C943. Grayscale: #616161. Windows color (decimal): -6867268 or 12334743. OLE color: 12334743.
HSL color Cylindrical-coordinate representation of color #9736BC: hue angle of 283.43º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9736BC is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 54 | 188 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.26 |
| HSL | 283.43º | 0.55% | 0.47% | - |
| HSV(B) | 283.43º | 0.71% | 0.74% | - |
| XYZ | 23.16 | 12.85 | 48.84 | - |
| YUV | 98.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 54 | 188 | 0.20 | 0.71 | 0 | 0.26 | 283.43 | 0.55 | 0.47 |
| Hex | 97 | 36 | BC | 14 | 47 | 0 | 1A | 11B | 37 | 2F |
| Octal | 227 | 66 | 274 | 24 | 107 | 0 | 32 | 433 | 67 | 57 |
| Binary | 10010111 | 110110 | 10111100 | 10100 | 1000111 | 0 | 11010 | 100011011 | 110111 | 101111 |
Color Harmonies of #9736BC
Complementary color
Monochromatic Colors of #9736BC
Black with #9736BC
Text Example
Text Example
White with #9736BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9736BC; }
p { color: rgb(151,54,188); }
H1.HeaderClassName
{
color: #9736BC;
}
.AnyTagClassName
{
color: #9736BC;
}
</style>
background-color css
<style>
a { background-color: #9736BC; }
a { background-color: rgb(151,54,188); }
div.DivClassName
{
background-color: #9736BC;
}
.BgClassName
{
background-color: #9736BC;
}
</style>
border-color css
<style>
span { border-color: #9736BC; }
span { border-color: rgb(151,54,188); }
td.TdClassName
{
border-color: #9736BC;
}
.TagClassName
{
border-color: #9736BC;
}
</style>