Shades of Dark Orchid #9637CE
Tints of Dark Orchid #9637CE
RGB
CMYK
RGB Variations
Color information
#9637CE (or 0x9637CE) is known color: Dark Orchid. HEX triplet: 96, 37 and CE. RGB value is (150,55,206). Sum of RGB (Red+Green+Blue) = 150+55+206=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #9637CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637CE is #69C831. Grayscale: #646464. Windows color (decimal): -6932530 or 13514646. OLE color: 13514646.
HSL color Cylindrical-coordinate representation of color #9637CE: hue angle of 277.75º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9637CE is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 55 | 206 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.19 |
| HSL | 277.75º | 0.61% | 0.51% | - |
| HSV(B) | 277.75º | 0.73% | 0.81% | - |
| XYZ | 25.08 | 13.67 | 59.71 | - |
| YUV | 100.62 | 187.47 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 206 | 0.27 | 0.73 | 0 | 0.19 | 277.75 | 0.61 | 0.51 |
| Hex | 96 | 37 | CE | 1B | 49 | 0 | 13 | 116 | 3D | 33 |
| Octal | 226 | 67 | 316 | 33 | 111 | 0 | 23 | 426 | 75 | 63 |
| Binary | 10010110 | 110111 | 11001110 | 11011 | 1001001 | 0 | 10011 | 100010110 | 111101 | 110011 |
Color Harmonies of #9637CE
Complementary color
Monochromatic Colors of #9637CE
Black with #9637CE
Text Example
Text Example
White with #9637CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637CE; }
p { color: rgb(150,55,206); }
H1.HeaderClassName
{
color: #9637CE;
}
.AnyTagClassName
{
color: #9637CE;
}
</style>
background-color css
<style>
a { background-color: #9637CE; }
a { background-color: rgb(150,55,206); }
div.DivClassName
{
background-color: #9637CE;
}
.BgClassName
{
background-color: #9637CE;
}
</style>
border-color css
<style>
span { border-color: #9637CE; }
span { border-color: rgb(150,55,206); }
td.TdClassName
{
border-color: #9637CE;
}
.TagClassName
{
border-color: #9637CE;
}
</style>