Shades of Dark Orchid #9D34B9
Tints of Dark Orchid #9D34B9
RGB
CMYK
RGB Variations
Color information
#9D34B9 (or 0x9D34B9) is known color: Dark Orchid. HEX triplet: 9D, 34 and B9. RGB value is (157,52,185). Sum of RGB (Red+Green+Blue) = 157+52+185=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #9D34B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D34B9 is #62CB46. Grayscale: #626262. Windows color (decimal): -6474567 or 12137629. OLE color: 12137629.
HSL color Cylindrical-coordinate representation of color #9D34B9: hue angle of 287.37º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D34B9 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 52 | 185 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.27 |
| HSL | 287.37º | 0.56% | 0.46% | - |
| HSV(B) | 287.37º | 0.72% | 0.73% | - |
| XYZ | 23.89 | 13.13 | 47.17 | - |
| YUV | 98.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 52 | 185 | 0.15 | 0.72 | 0 | 0.27 | 287.37 | 0.56 | 0.46 |
| Hex | 9D | 34 | B9 | F | 48 | 0 | 1B | 11F | 38 | 2E |
| Octal | 235 | 64 | 271 | 17 | 110 | 0 | 33 | 437 | 70 | 56 |
| Binary | 10011101 | 110100 | 10111001 | 1111 | 1001000 | 0 | 11011 | 100011111 | 111000 | 101110 |
Color Harmonies of #9D34B9
Complementary color
Monochromatic Colors of #9D34B9
Black with #9D34B9
Text Example
Text Example
White with #9D34B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D34B9; }
p { color: rgb(157,52,185); }
H1.HeaderClassName
{
color: #9D34B9;
}
.AnyTagClassName
{
color: #9D34B9;
}
</style>
background-color css
<style>
a { background-color: #9D34B9; }
a { background-color: rgb(157,52,185); }
div.DivClassName
{
background-color: #9D34B9;
}
.BgClassName
{
background-color: #9D34B9;
}
</style>
border-color css
<style>
span { border-color: #9D34B9; }
span { border-color: rgb(157,52,185); }
td.TdClassName
{
border-color: #9D34B9;
}
.TagClassName
{
border-color: #9D34B9;
}
</style>