Shades of Dark Orchid #9637CC
Tints of Dark Orchid #9637CC
RGB
CMYK
RGB Variations
Color information
#9637CC (or 0x9637CC) is known color: Dark Orchid. HEX triplet: 96, 37 and CC. RGB value is (150,55,204). Sum of RGB (Red+Green+Blue) = 150+55+204=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #9637CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637CC is #69C833. Grayscale: #636363. Windows color (decimal): -6932532 or 13383574. OLE color: 13383574.
HSL color Cylindrical-coordinate representation of color #9637CC: hue angle of 278.26º degrees, saturation: 0.59, 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 #9637CC is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 55 | 204 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.2 |
| HSL | 278.26º | 0.59% | 0.51% | - |
| HSV(B) | 278.26º | 0.73% | 0.8% | - |
| XYZ | 24.84 | 13.58 | 58.44 | - |
| YUV | 100.39 | 186.47 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 204 | 0.26 | 0.73 | 0 | 0.2 | 278.26 | 0.59 | 0.51 |
| Hex | 96 | 37 | CC | 1A | 49 | 0 | 14 | 116 | 3B | 33 |
| Octal | 226 | 67 | 314 | 32 | 111 | 0 | 24 | 426 | 73 | 63 |
| Binary | 10010110 | 110111 | 11001100 | 11010 | 1001001 | 0 | 10100 | 100010110 | 111011 | 110011 |
Color Harmonies of #9637CC
Complementary color
Monochromatic Colors of #9637CC
Black with #9637CC
Text Example
Text Example
White with #9637CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637CC; }
p { color: rgb(150,55,204); }
H1.HeaderClassName
{
color: #9637CC;
}
.AnyTagClassName
{
color: #9637CC;
}
</style>
background-color css
<style>
a { background-color: #9637CC; }
a { background-color: rgb(150,55,204); }
div.DivClassName
{
background-color: #9637CC;
}
.BgClassName
{
background-color: #9637CC;
}
</style>
border-color css
<style>
span { border-color: #9637CC; }
span { border-color: rgb(150,55,204); }
td.TdClassName
{
border-color: #9637CC;
}
.TagClassName
{
border-color: #9637CC;
}
</style>