Shades of Dark Orchid #9D1EB0
Tints of Dark Orchid #9D1EB0
RGB
CMYK
RGB Variations
Color information
#9D1EB0 (or 0x9D1EB0) is known color: Dark Orchid. HEX triplet: 9D, 1E and B0. RGB value is (157,30,176). Sum of RGB (Red+Green+Blue) = 157+30+176=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #9D1EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1EB0 is #62E14F. Grayscale: #545454. Windows color (decimal): -6480208 or 11542173. OLE color: 11542173.
HSL color Cylindrical-coordinate representation of color #9D1EB0: hue angle of 292.19º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1EB0 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 30 | 176 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.31 |
| HSL | 292.19º | 0.71% | 0.4% | - |
| HSV(B) | 292.19º | 0.83% | 0.69% | - |
| XYZ | 22.21 | 11.23 | 42.07 | - |
| YUV | 84.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 176 | 0.11 | 0.83 | 0 | 0.31 | 292.19 | 0.71 | 0.4 |
| Hex | 9D | 1E | B0 | B | 53 | 0 | 1F | 124 | 47 | 28 |
| Octal | 235 | 36 | 260 | 13 | 123 | 0 | 37 | 444 | 107 | 50 |
| Binary | 10011101 | 11110 | 10110000 | 1011 | 1010011 | 0 | 11111 | 100100100 | 1000111 | 101000 |
Color Harmonies of #9D1EB0
Complementary color
Monochromatic Colors of #9D1EB0
Black with #9D1EB0
Text Example
Text Example
White with #9D1EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1EB0; }
p { color: rgb(157,30,176); }
H1.HeaderClassName
{
color: #9D1EB0;
}
.AnyTagClassName
{
color: #9D1EB0;
}
</style>
background-color css
<style>
a { background-color: #9D1EB0; }
a { background-color: rgb(157,30,176); }
div.DivClassName
{
background-color: #9D1EB0;
}
.BgClassName
{
background-color: #9D1EB0;
}
</style>
border-color css
<style>
span { border-color: #9D1EB0; }
span { border-color: rgb(157,30,176); }
td.TdClassName
{
border-color: #9D1EB0;
}
.TagClassName
{
border-color: #9D1EB0;
}
</style>