Shades of Dark Orchid #9637C9
Tints of Dark Orchid #9637C9
RGB
CMYK
RGB Variations
Color information
#9637C9 (or 0x9637C9) is known color: Dark Orchid. HEX triplet: 96, 37 and C9. RGB value is (150,55,201). Sum of RGB (Red+Green+Blue) = 150+55+201=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #9637C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637C9 is #69C836. Grayscale: #636363. Windows color (decimal): -6932535 or 13186966. OLE color: 13186966.
HSL color Cylindrical-coordinate representation of color #9637C9: hue angle of 279.04º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9637C9 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 55 | 201 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.21 |
| HSL | 279.04º | 0.57% | 0.5% | - |
| HSV(B) | 279.04º | 0.73% | 0.79% | - |
| XYZ | 24.49 | 13.43 | 56.56 | - |
| YUV | 100.05 | 184.97 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 201 | 0.25 | 0.73 | 0 | 0.21 | 279.04 | 0.57 | 0.5 |
| Hex | 96 | 37 | C9 | 19 | 49 | 0 | 15 | 117 | 39 | 32 |
| Octal | 226 | 67 | 311 | 31 | 111 | 0 | 25 | 427 | 71 | 62 |
| Binary | 10010110 | 110111 | 11001001 | 11001 | 1001001 | 0 | 10101 | 100010111 | 111001 | 110010 |
Color Harmonies of #9637C9
Complementary color
Monochromatic Colors of #9637C9
Black with #9637C9
Text Example
Text Example
White with #9637C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637C9; }
p { color: rgb(150,55,201); }
H1.HeaderClassName
{
color: #9637C9;
}
.AnyTagClassName
{
color: #9637C9;
}
</style>
background-color css
<style>
a { background-color: #9637C9; }
a { background-color: rgb(150,55,201); }
div.DivClassName
{
background-color: #9637C9;
}
.BgClassName
{
background-color: #9637C9;
}
</style>
border-color css
<style>
span { border-color: #9637C9; }
span { border-color: rgb(150,55,201); }
td.TdClassName
{
border-color: #9637C9;
}
.TagClassName
{
border-color: #9637C9;
}
</style>