Shades of Dark Orchid #9632CB
Tints of Dark Orchid #9632CB
RGB
CMYK
RGB Variations
Color information
#9632CB (or 0x9632CB) is known color: Dark Orchid. HEX triplet: 96, 32 and CB. RGB value is (150,50,203). Sum of RGB (Red+Green+Blue) = 150+50+203=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #9632CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9632CB is #69CD34. Grayscale: #606060. Windows color (decimal): -6933813 or 13316758. OLE color: 13316758.
HSL color Cylindrical-coordinate representation of color #9632CB: hue angle of 279.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9632CB is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 50 | 203 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.20 |
| HSL | 279.22º | 0.6% | 0.5% | - |
| HSV(B) | 279.22º | 0.75% | 0.8% | - |
| XYZ | 24.5 | 13.08 | 57.73 | - |
| YUV | 97.34 | 187.63 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 203 | 0.26 | 0.75 | 0 | 0.20 | 279.22 | 0.6 | 0.5 |
| Hex | 96 | 32 | CB | 1A | 4B | 0 | 14 | 117 | 3C | 32 |
| Octal | 226 | 62 | 313 | 32 | 113 | 0 | 24 | 427 | 74 | 62 |
| Binary | 10010110 | 110010 | 11001011 | 11010 | 1001011 | 0 | 10100 | 100010111 | 111100 | 110010 |
Color Harmonies of #9632CB
Complementary color
Monochromatic Colors of #9632CB
Black with #9632CB
Text Example
Text Example
White with #9632CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9632CB; }
p { color: rgb(150,50,203); }
H1.HeaderClassName
{
color: #9632CB;
}
.AnyTagClassName
{
color: #9632CB;
}
</style>
background-color css
<style>
a { background-color: #9632CB; }
a { background-color: rgb(150,50,203); }
div.DivClassName
{
background-color: #9632CB;
}
.BgClassName
{
background-color: #9632CB;
}
</style>
border-color css
<style>
span { border-color: #9632CB; }
span { border-color: rgb(150,50,203); }
td.TdClassName
{
border-color: #9632CB;
}
.TagClassName
{
border-color: #9632CB;
}
</style>