Shades of Dark Orchid #9738BB
Tints of Dark Orchid #9738BB
RGB
CMYK
RGB Variations
Color information
#9738BB (or 0x9738BB) is known color: Dark Orchid. HEX triplet: 97, 38 and BB. RGB value is (151,56,187). Sum of RGB (Red+Green+Blue) = 151+56+187=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #9738BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9738BB is #68C744. Grayscale: #626262. Windows color (decimal): -6866757 or 12269719. OLE color: 12269719.
HSL color Cylindrical-coordinate representation of color #9738BB: hue angle of 283.51º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9738BB is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 56 | 187 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.27 |
| HSL | 283.51º | 0.54% | 0.48% | - |
| HSV(B) | 283.51º | 0.7% | 0.73% | - |
| XYZ | 23.15 | 13 | 48.3 | - |
| YUV | 99.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 187 | 0.19 | 0.70 | 0 | 0.27 | 283.51 | 0.54 | 0.48 |
| Hex | 97 | 38 | BB | 13 | 46 | 0 | 1B | 11C | 36 | 30 |
| Octal | 227 | 70 | 273 | 23 | 106 | 0 | 33 | 434 | 66 | 60 |
| Binary | 10010111 | 111000 | 10111011 | 10011 | 1000110 | 0 | 11011 | 100011100 | 110110 | 110000 |
Color Harmonies of #9738BB
Complementary color
Monochromatic Colors of #9738BB
Black with #9738BB
Text Example
Text Example
White with #9738BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9738BB; }
p { color: rgb(151,56,187); }
H1.HeaderClassName
{
color: #9738BB;
}
.AnyTagClassName
{
color: #9738BB;
}
</style>
background-color css
<style>
a { background-color: #9738BB; }
a { background-color: rgb(151,56,187); }
div.DivClassName
{
background-color: #9738BB;
}
.BgClassName
{
background-color: #9738BB;
}
</style>
border-color css
<style>
span { border-color: #9738BB; }
span { border-color: rgb(151,56,187); }
td.TdClassName
{
border-color: #9738BB;
}
.TagClassName
{
border-color: #9738BB;
}
</style>