Shades of Dark Orchid #9937CD
Tints of Dark Orchid #9937CD
RGB
CMYK
RGB Variations
Color information
#9937CD (or 0x9937CD) is known color: Dark Orchid. HEX triplet: 99, 37 and CD. RGB value is (153,55,205). Sum of RGB (Red+Green+Blue) = 153+55+205=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #9937CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9937CD is #66C832. Grayscale: #646464. Windows color (decimal): -6735923 or 13449113. OLE color: 13449113.
HSL color Cylindrical-coordinate representation of color #9937CD: hue angle of 279.2º 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 #9937CD is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 55 | 205 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.20 |
| HSL | 279.2º | 0.6% | 0.51% | - |
| HSV(B) | 279.2º | 0.73% | 0.8% | - |
| XYZ | 25.52 | 13.91 | 59.1 | - |
| YUV | 101.4 | 186.47 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 205 | 0.25 | 0.73 | 0 | 0.20 | 279.2 | 0.6 | 0.51 |
| Hex | 99 | 37 | CD | 19 | 49 | 0 | 14 | 117 | 3C | 33 |
| Octal | 231 | 67 | 315 | 31 | 111 | 0 | 24 | 427 | 74 | 63 |
| Binary | 10011001 | 110111 | 11001101 | 11001 | 1001001 | 0 | 10100 | 100010111 | 111100 | 110011 |
Color Harmonies of #9937CD
Complementary color
Monochromatic Colors of #9937CD
Black with #9937CD
Text Example
Text Example
White with #9937CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9937CD; }
p { color: rgb(153,55,205); }
H1.HeaderClassName
{
color: #9937CD;
}
.AnyTagClassName
{
color: #9937CD;
}
</style>
background-color css
<style>
a { background-color: #9937CD; }
a { background-color: rgb(153,55,205); }
div.DivClassName
{
background-color: #9937CD;
}
.BgClassName
{
background-color: #9937CD;
}
</style>
border-color css
<style>
span { border-color: #9937CD; }
span { border-color: rgb(153,55,205); }
td.TdClassName
{
border-color: #9937CD;
}
.TagClassName
{
border-color: #9937CD;
}
</style>