Shades of Dark Orchid #9737CD
Tints of Dark Orchid #9737CD
RGB
CMYK
RGB Variations
Color information
#9737CD (or 0x9737CD) is known color: Dark Orchid. HEX triplet: 97, 37 and CD. RGB value is (151,55,205). Sum of RGB (Red+Green+Blue) = 151+55+205=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #9737CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9737CD is #68C832. Grayscale: #646464. Windows color (decimal): -6866995 or 13449111. OLE color: 13449111.
HSL color Cylindrical-coordinate representation of color #9737CD: hue angle of 278.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9737CD is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 55 | 205 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.20 |
| HSL | 278.4º | 0.6% | 0.51% | - |
| HSV(B) | 278.4º | 0.73% | 0.8% | - |
| XYZ | 25.15 | 13.72 | 59.08 | - |
| YUV | 100.8 | 186.8 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 205 | 0.26 | 0.73 | 0 | 0.20 | 278.4 | 0.6 | 0.51 |
| Hex | 97 | 37 | CD | 1A | 49 | 0 | 14 | 116 | 3C | 33 |
| Octal | 227 | 67 | 315 | 32 | 111 | 0 | 24 | 426 | 74 | 63 |
| Binary | 10010111 | 110111 | 11001101 | 11010 | 1001001 | 0 | 10100 | 100010110 | 111100 | 110011 |
Color Harmonies of #9737CD
Complementary color
Monochromatic Colors of #9737CD
Black with #9737CD
Text Example
Text Example
White with #9737CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9737CD; }
p { color: rgb(151,55,205); }
H1.HeaderClassName
{
color: #9737CD;
}
.AnyTagClassName
{
color: #9737CD;
}
</style>
background-color css
<style>
a { background-color: #9737CD; }
a { background-color: rgb(151,55,205); }
div.DivClassName
{
background-color: #9737CD;
}
.BgClassName
{
background-color: #9737CD;
}
</style>
border-color css
<style>
span { border-color: #9737CD; }
span { border-color: rgb(151,55,205); }
td.TdClassName
{
border-color: #9737CD;
}
.TagClassName
{
border-color: #9737CD;
}
</style>