Shades of Dark Orchid #9632CE
Tints of Dark Orchid #9632CE
RGB
CMYK
RGB Variations
Color information
#9632CE (or 0x9632CE) is known color: Dark Orchid. HEX triplet: 96, 32 and CE. RGB value is (150,50,206). Sum of RGB (Red+Green+Blue) = 150+50+206=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #9632CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9632CE is #69CD31. Grayscale: #616161. Windows color (decimal): -6933810 or 13513366. OLE color: 13513366.
HSL color Cylindrical-coordinate representation of color #9632CE: hue angle of 278.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9632CE is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 50 | 206 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.19 |
| HSL | 278.46º | 0.61% | 0.5% | - |
| HSV(B) | 278.46º | 0.76% | 0.81% | - |
| XYZ | 24.86 | 13.22 | 59.63 | - |
| YUV | 97.68 | 189.13 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 206 | 0.27 | 0.76 | 0 | 0.19 | 278.46 | 0.61 | 0.5 |
| Hex | 96 | 32 | CE | 1B | 4C | 0 | 13 | 116 | 3D | 32 |
| Octal | 226 | 62 | 316 | 33 | 114 | 0 | 23 | 426 | 75 | 62 |
| Binary | 10010110 | 110010 | 11001110 | 11011 | 1001100 | 0 | 10011 | 100010110 | 111101 | 110010 |
Color Harmonies of #9632CE
Complementary color
Monochromatic Colors of #9632CE
Black with #9632CE
Text Example
Text Example
White with #9632CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9632CE; }
p { color: rgb(150,50,206); }
H1.HeaderClassName
{
color: #9632CE;
}
.AnyTagClassName
{
color: #9632CE;
}
</style>
background-color css
<style>
a { background-color: #9632CE; }
a { background-color: rgb(150,50,206); }
div.DivClassName
{
background-color: #9632CE;
}
.BgClassName
{
background-color: #9632CE;
}
</style>
border-color css
<style>
span { border-color: #9632CE; }
span { border-color: rgb(150,50,206); }
td.TdClassName
{
border-color: #9632CE;
}
.TagClassName
{
border-color: #9632CE;
}
</style>