Shades of Dark Orchid #9737D3
Tints of Dark Orchid #9737D3
RGB
CMYK
RGB Variations
Color information
#9737D3 (or 0x9737D3) is known color: Dark Orchid. HEX triplet: 97, 37 and D3. RGB value is (151,55,211). Sum of RGB (Red+Green+Blue) = 151+55+211=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #9737D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9737D3 is #68C82C. Grayscale: #646464. Windows color (decimal): -6866989 or 13842327. OLE color: 13842327.
HSL color Cylindrical-coordinate representation of color #9737D3: hue angle of 276.92º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9737D3 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 55 | 211 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.17 |
| HSL | 276.92º | 0.64% | 0.52% | - |
| HSV(B) | 276.92º | 0.74% | 0.83% | - |
| XYZ | 25.89 | 14.01 | 62.97 | - |
| YUV | 101.49 | 189.8 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 211 | 0.28 | 0.74 | 0 | 0.17 | 276.92 | 0.64 | 0.52 |
| Hex | 97 | 37 | D3 | 1C | 4A | 0 | 11 | 115 | 40 | 34 |
| Octal | 227 | 67 | 323 | 34 | 112 | 0 | 21 | 425 | 100 | 64 |
| Binary | 10010111 | 110111 | 11010011 | 11100 | 1001010 | 0 | 10001 | 100010101 | 1000000 | 110100 |
Color Harmonies of #9737D3
Complementary color
Monochromatic Colors of #9737D3
Black with #9737D3
Text Example
Text Example
White with #9737D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9737D3; }
p { color: rgb(151,55,211); }
H1.HeaderClassName
{
color: #9737D3;
}
.AnyTagClassName
{
color: #9737D3;
}
</style>
background-color css
<style>
a { background-color: #9737D3; }
a { background-color: rgb(151,55,211); }
div.DivClassName
{
background-color: #9737D3;
}
.BgClassName
{
background-color: #9737D3;
}
</style>
border-color css
<style>
span { border-color: #9737D3; }
span { border-color: rgb(151,55,211); }
td.TdClassName
{
border-color: #9737D3;
}
.TagClassName
{
border-color: #9737D3;
}
</style>