Shades of Dark Orchid #9D34D0
Tints of Dark Orchid #9D34D0
RGB
CMYK
RGB Variations
Color information
#9D34D0 (or 0x9D34D0) is known color: Dark Orchid. HEX triplet: 9D, 34 and D0. RGB value is (157,52,208). Sum of RGB (Red+Green+Blue) = 157+52+208=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #9D34D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D34D0 is #62CB2F. Grayscale: #646464. Windows color (decimal): -6474544 or 13644957. OLE color: 13644957.
HSL color Cylindrical-coordinate representation of color #9D34D0: hue angle of 280.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D34D0 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 52 | 208 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.18 |
| HSL | 280.38º | 0.62% | 0.51% | - |
| HSV(B) | 280.38º | 0.75% | 0.82% | - |
| XYZ | 26.52 | 14.18 | 61.01 | - |
| YUV | 101.18 | 188.29 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 52 | 208 | 0.25 | 0.75 | 0 | 0.18 | 280.38 | 0.62 | 0.51 |
| Hex | 9D | 34 | D0 | 19 | 4B | 0 | 12 | 118 | 3E | 33 |
| Octal | 235 | 64 | 320 | 31 | 113 | 0 | 22 | 430 | 76 | 63 |
| Binary | 10011101 | 110100 | 11010000 | 11001 | 1001011 | 0 | 10010 | 100011000 | 111110 | 110011 |
Color Harmonies of #9D34D0
Complementary color
Monochromatic Colors of #9D34D0
Black with #9D34D0
Text Example
Text Example
White with #9D34D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D34D0; }
p { color: rgb(157,52,208); }
H1.HeaderClassName
{
color: #9D34D0;
}
.AnyTagClassName
{
color: #9D34D0;
}
</style>
background-color css
<style>
a { background-color: #9D34D0; }
a { background-color: rgb(157,52,208); }
div.DivClassName
{
background-color: #9D34D0;
}
.BgClassName
{
background-color: #9D34D0;
}
</style>
border-color css
<style>
span { border-color: #9D34D0; }
span { border-color: rgb(157,52,208); }
td.TdClassName
{
border-color: #9D34D0;
}
.TagClassName
{
border-color: #9D34D0;
}
</style>