Shades of Dark Orchid #9632C5
Tints of Dark Orchid #9632C5
RGB
CMYK
RGB Variations
Color information
#9632C5 (or 0x9632C5) is known color: Dark Orchid. HEX triplet: 96, 32 and C5. RGB value is (150,50,197). Sum of RGB (Red+Green+Blue) = 150+50+197=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #9632C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9632C5 is #69CD3A. Grayscale: #606060. Windows color (decimal): -6933819 or 12923542. OLE color: 12923542.
HSL color Cylindrical-coordinate representation of color #9632C5: hue angle of 280.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9632C5 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 50 | 197 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.23 |
| HSL | 280.82º | 0.6% | 0.48% | - |
| HSV(B) | 280.82º | 0.75% | 0.77% | - |
| XYZ | 23.8 | 12.8 | 54.04 | - |
| YUV | 96.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 197 | 0.24 | 0.75 | 0 | 0.23 | 280.82 | 0.6 | 0.48 |
| Hex | 96 | 32 | C5 | 18 | 4B | 0 | 17 | 119 | 3C | 30 |
| Octal | 226 | 62 | 305 | 30 | 113 | 0 | 27 | 431 | 74 | 60 |
| Binary | 10010110 | 110010 | 11000101 | 11000 | 1001011 | 0 | 10111 | 100011001 | 111100 | 110000 |
Color Harmonies of #9632C5
Complementary color
Monochromatic Colors of #9632C5
Black with #9632C5
Text Example
Text Example
White with #9632C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9632C5; }
p { color: rgb(150,50,197); }
H1.HeaderClassName
{
color: #9632C5;
}
.AnyTagClassName
{
color: #9632C5;
}
</style>
background-color css
<style>
a { background-color: #9632C5; }
a { background-color: rgb(150,50,197); }
div.DivClassName
{
background-color: #9632C5;
}
.BgClassName
{
background-color: #9632C5;
}
</style>
border-color css
<style>
span { border-color: #9632C5; }
span { border-color: rgb(150,50,197); }
td.TdClassName
{
border-color: #9632C5;
}
.TagClassName
{
border-color: #9632C5;
}
</style>