Shades of Dark Orchid #9D32B2
Tints of Dark Orchid #9D32B2
RGB
CMYK
RGB Variations
Color information
#9D32B2 (or 0x9D32B2) is known color: Dark Orchid. HEX triplet: 9D, 32 and B2. RGB value is (157,50,178). Sum of RGB (Red+Green+Blue) = 157+50+178=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #9D32B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D32B2 is #62CD4D. Grayscale: #606060. Windows color (decimal): -6475086 or 11678365. OLE color: 11678365.
HSL color Cylindrical-coordinate representation of color #9D32B2: hue angle of 290.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D32B2 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 50 | 178 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.30 |
| HSL | 290.16º | 0.56% | 0.45% | - |
| HSV(B) | 290.16º | 0.72% | 0.7% | - |
| XYZ | 23.08 | 12.66 | 43.35 | - |
| YUV | 96.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 178 | 0.12 | 0.72 | 0 | 0.30 | 290.16 | 0.56 | 0.45 |
| Hex | 9D | 32 | B2 | C | 48 | 0 | 1E | 122 | 38 | 2D |
| Octal | 235 | 62 | 262 | 14 | 110 | 0 | 36 | 442 | 70 | 55 |
| Binary | 10011101 | 110010 | 10110010 | 1100 | 1001000 | 0 | 11110 | 100100010 | 111000 | 101101 |
Color Harmonies of #9D32B2
Complementary color
Monochromatic Colors of #9D32B2
Black with #9D32B2
Text Example
Text Example
White with #9D32B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D32B2; }
p { color: rgb(157,50,178); }
H1.HeaderClassName
{
color: #9D32B2;
}
.AnyTagClassName
{
color: #9D32B2;
}
</style>
background-color css
<style>
a { background-color: #9D32B2; }
a { background-color: rgb(157,50,178); }
div.DivClassName
{
background-color: #9D32B2;
}
.BgClassName
{
background-color: #9D32B2;
}
</style>
border-color css
<style>
span { border-color: #9D32B2; }
span { border-color: rgb(157,50,178); }
td.TdClassName
{
border-color: #9D32B2;
}
.TagClassName
{
border-color: #9D32B2;
}
</style>