Shades of Dark Orchid #9637C0
Tints of Dark Orchid #9637C0
RGB
CMYK
RGB Variations
Color information
#9637C0 (or 0x9637C0) is known color: Dark Orchid. HEX triplet: 96, 37 and C0. RGB value is (150,55,192). Sum of RGB (Red+Green+Blue) = 150+55+192=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #9637C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637C0 is #69C83F. Grayscale: #626262. Windows color (decimal): -6932544 or 12597142. OLE color: 12597142.
HSL color Cylindrical-coordinate representation of color #9637C0: hue angle of 281.61º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9637C0 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 55 | 192 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.25 |
| HSL | 281.61º | 0.55% | 0.48% | - |
| HSV(B) | 281.61º | 0.71% | 0.75% | - |
| XYZ | 23.46 | 13.02 | 51.15 | - |
| YUV | 99.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 192 | 0.22 | 0.71 | 0 | 0.25 | 281.61 | 0.55 | 0.48 |
| Hex | 96 | 37 | C0 | 16 | 47 | 0 | 19 | 11A | 37 | 30 |
| Octal | 226 | 67 | 300 | 26 | 107 | 0 | 31 | 432 | 67 | 60 |
| Binary | 10010110 | 110111 | 11000000 | 10110 | 1000111 | 0 | 11001 | 100011010 | 110111 | 110000 |
Color Harmonies of #9637C0
Complementary color
Monochromatic Colors of #9637C0
Black with #9637C0
Text Example
Text Example
White with #9637C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637C0; }
p { color: rgb(150,55,192); }
H1.HeaderClassName
{
color: #9637C0;
}
.AnyTagClassName
{
color: #9637C0;
}
</style>
background-color css
<style>
a { background-color: #9637C0; }
a { background-color: rgb(150,55,192); }
div.DivClassName
{
background-color: #9637C0;
}
.BgClassName
{
background-color: #9637C0;
}
</style>
border-color css
<style>
span { border-color: #9637C0; }
span { border-color: rgb(150,55,192); }
td.TdClassName
{
border-color: #9637C0;
}
.TagClassName
{
border-color: #9637C0;
}
</style>