Shades of Dark Orchid #9D1EB7
Tints of Dark Orchid #9D1EB7
RGB
CMYK
RGB Variations
Color information
#9D1EB7 (or 0x9D1EB7) is known color: Dark Orchid. HEX triplet: 9D, 1E and B7. RGB value is (157,30,183). Sum of RGB (Red+Green+Blue) = 157+30+183=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #9D1EB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1EB7 is #62E148. Grayscale: #545454. Windows color (decimal): -6480201 or 12000925. OLE color: 12000925.
HSL color Cylindrical-coordinate representation of color #9D1EB7: hue angle of 289.8º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1EB7 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 30 | 183 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.28 |
| HSL | 289.8º | 0.72% | 0.42% | - |
| HSV(B) | 289.8º | 0.84% | 0.72% | - |
| XYZ | 22.92 | 11.52 | 45.81 | - |
| YUV | 85.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 183 | 0.14 | 0.84 | 0 | 0.28 | 289.8 | 0.72 | 0.42 |
| Hex | 9D | 1E | B7 | E | 54 | 0 | 1C | 122 | 48 | 2A |
| Octal | 235 | 36 | 267 | 16 | 124 | 0 | 34 | 442 | 110 | 52 |
| Binary | 10011101 | 11110 | 10110111 | 1110 | 1010100 | 0 | 11100 | 100100010 | 1001000 | 101010 |
Color Harmonies of #9D1EB7
Complementary color
Monochromatic Colors of #9D1EB7
Black with #9D1EB7
Text Example
Text Example
White with #9D1EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1EB7; }
p { color: rgb(157,30,183); }
H1.HeaderClassName
{
color: #9D1EB7;
}
.AnyTagClassName
{
color: #9D1EB7;
}
</style>
background-color css
<style>
a { background-color: #9D1EB7; }
a { background-color: rgb(157,30,183); }
div.DivClassName
{
background-color: #9D1EB7;
}
.BgClassName
{
background-color: #9D1EB7;
}
</style>
border-color css
<style>
span { border-color: #9D1EB7; }
span { border-color: rgb(157,30,183); }
td.TdClassName
{
border-color: #9D1EB7;
}
.TagClassName
{
border-color: #9D1EB7;
}
</style>