Shades of Dark Orchid #9739BE
Tints of Dark Orchid #9739BE
RGB
CMYK
RGB Variations
Color information
#9739BE (or 0x9739BE) is known color: Dark Orchid. HEX triplet: 97, 39 and BE. RGB value is (151,57,190). Sum of RGB (Red+Green+Blue) = 151+57+190=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #9739BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9739BE is #68C641. Grayscale: #636363. Windows color (decimal): -6866498 or 12466583. OLE color: 12466583.
HSL color Cylindrical-coordinate representation of color #9739BE: hue angle of 282.41º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9739BE is Cyan = 0.21, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 57 | 190 | - |
| CMYK | 0.21 | 0.7 | 0 | 0.25 |
| HSL | 282.41º | 0.54% | 0.48% | - |
| HSV(B) | 282.41º | 0.7% | 0.75% | - |
| XYZ | 23.52 | 13.22 | 50.03 | - |
| YUV | 100.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 190 | 0.21 | 0.7 | 0 | 0.25 | 282.41 | 0.54 | 0.48 |
| Hex | 97 | 39 | BE | 15 | 46 | 0 | 19 | 11A | 36 | 30 |
| Octal | 227 | 71 | 276 | 25 | 106 | 0 | 31 | 432 | 66 | 60 |
| Binary | 10010111 | 111001 | 10111110 | 10101 | 1000110 | 0 | 11001 | 100011010 | 110110 | 110000 |
Color Harmonies of #9739BE
Complementary color
Monochromatic Colors of #9739BE
Black with #9739BE
Text Example
Text Example
White with #9739BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9739BE; }
p { color: rgb(151,57,190); }
H1.HeaderClassName
{
color: #9739BE;
}
.AnyTagClassName
{
color: #9739BE;
}
</style>
background-color css
<style>
a { background-color: #9739BE; }
a { background-color: rgb(151,57,190); }
div.DivClassName
{
background-color: #9739BE;
}
.BgClassName
{
background-color: #9739BE;
}
</style>
border-color css
<style>
span { border-color: #9739BE; }
span { border-color: rgb(151,57,190); }
td.TdClassName
{
border-color: #9739BE;
}
.TagClassName
{
border-color: #9739BE;
}
</style>