Shades of Dark Orchid #9632BB
Tints of Dark Orchid #9632BB
RGB
CMYK
RGB Variations
Color information
#9632BB (or 0x9632BB) is known color: Dark Orchid. HEX triplet: 96, 32 and BB. RGB value is (150,50,187). Sum of RGB (Red+Green+Blue) = 150+50+187=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #9632BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9632BB is #69CD44. Grayscale: #5F5F5F. Windows color (decimal): -6933829 or 12268182. OLE color: 12268182.
HSL color Cylindrical-coordinate representation of color #9632BB: hue angle of 283.8º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9632BB is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 50 | 187 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.27 |
| HSL | 283.8º | 0.58% | 0.46% | - |
| HSV(B) | 283.8º | 0.73% | 0.73% | - |
| XYZ | 22.69 | 12.35 | 48.2 | - |
| YUV | 95.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 187 | 0.20 | 0.73 | 0 | 0.27 | 283.8 | 0.58 | 0.46 |
| Hex | 96 | 32 | BB | 14 | 49 | 0 | 1B | 11C | 3A | 2E |
| Octal | 226 | 62 | 273 | 24 | 111 | 0 | 33 | 434 | 72 | 56 |
| Binary | 10010110 | 110010 | 10111011 | 10100 | 1001001 | 0 | 11011 | 100011100 | 111010 | 101110 |
Color Harmonies of #9632BB
Complementary color
Monochromatic Colors of #9632BB
Black with #9632BB
Text Example
Text Example
White with #9632BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9632BB; }
p { color: rgb(150,50,187); }
H1.HeaderClassName
{
color: #9632BB;
}
.AnyTagClassName
{
color: #9632BB;
}
</style>
background-color css
<style>
a { background-color: #9632BB; }
a { background-color: rgb(150,50,187); }
div.DivClassName
{
background-color: #9632BB;
}
.BgClassName
{
background-color: #9632BB;
}
</style>
border-color css
<style>
span { border-color: #9632BB; }
span { border-color: rgb(150,50,187); }
td.TdClassName
{
border-color: #9632BB;
}
.TagClassName
{
border-color: #9632BB;
}
</style>