Shades of Dark Orchid #9739BC
Tints of Dark Orchid #9739BC
RGB
CMYK
RGB Variations
Color information
#9739BC (or 0x9739BC) is known color: Dark Orchid. HEX triplet: 97, 39 and BC. RGB value is (151,57,188). Sum of RGB (Red+Green+Blue) = 151+57+188=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #9739BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9739BC is #68C643. Grayscale: #636363. Windows color (decimal): -6866500 or 12335511. OLE color: 12335511.
HSL color Cylindrical-coordinate representation of color #9739BC: hue angle of 283.05º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9739BC is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 57 | 188 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.26 |
| HSL | 283.05º | 0.53% | 0.48% | - |
| HSV(B) | 283.05º | 0.7% | 0.74% | - |
| XYZ | 23.3 | 13.14 | 48.88 | - |
| YUV | 100.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 188 | 0.20 | 0.70 | 0 | 0.26 | 283.05 | 0.53 | 0.48 |
| Hex | 97 | 39 | BC | 14 | 46 | 0 | 1A | 11B | 35 | 30 |
| Octal | 227 | 71 | 274 | 24 | 106 | 0 | 32 | 433 | 65 | 60 |
| Binary | 10010111 | 111001 | 10111100 | 10100 | 1000110 | 0 | 11010 | 100011011 | 110101 | 110000 |
Color Harmonies of #9739BC
Complementary color
Monochromatic Colors of #9739BC
Black with #9739BC
Text Example
Text Example
White with #9739BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9739BC; }
p { color: rgb(151,57,188); }
H1.HeaderClassName
{
color: #9739BC;
}
.AnyTagClassName
{
color: #9739BC;
}
</style>
background-color css
<style>
a { background-color: #9739BC; }
a { background-color: rgb(151,57,188); }
div.DivClassName
{
background-color: #9739BC;
}
.BgClassName
{
background-color: #9739BC;
}
</style>
border-color css
<style>
span { border-color: #9739BC; }
span { border-color: rgb(151,57,188); }
td.TdClassName
{
border-color: #9739BC;
}
.TagClassName
{
border-color: #9739BC;
}
</style>