Shades of Dark Orchid #9D1BDA
Tints of Dark Orchid #9D1BDA
RGB
CMYK
RGB Variations
Color information
#9D1BDA (or 0x9D1BDA) is known color: Dark Orchid. HEX triplet: 9D, 1B and DA. RGB value is (157,27,218). Sum of RGB (Red+Green+Blue) = 157+27+218=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D1BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1BDA is #62E425. Grayscale: #575757. Windows color (decimal): -6480934 or 14293917. OLE color: 14293917.
HSL color Cylindrical-coordinate representation of color #9D1BDA: hue angle of 280.84º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1BDA is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 27 | 218 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.15 |
| HSL | 280.84º | 0.78% | 0.48% | - |
| HSV(B) | 280.84º | 0.88% | 0.85% | - |
| XYZ | 26.95 | 13.01 | 67.42 | - |
| YUV | 87.64 | 201.57 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 27 | 218 | 0.28 | 0.88 | 0 | 0.15 | 280.84 | 0.78 | 0.48 |
| Hex | 9D | 1B | DA | 1C | 58 | 0 | F | 119 | 4E | 30 |
| Octal | 235 | 33 | 332 | 34 | 130 | 0 | 17 | 431 | 116 | 60 |
| Binary | 10011101 | 11011 | 11011010 | 11100 | 1011000 | 0 | 1111 | 100011001 | 1001110 | 110000 |
Color Harmonies of #9D1BDA
Complementary color
Monochromatic Colors of #9D1BDA
Black with #9D1BDA
Text Example
Text Example
White with #9D1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1BDA; }
p { color: rgb(157,27,218); }
H1.HeaderClassName
{
color: #9D1BDA;
}
.AnyTagClassName
{
color: #9D1BDA;
}
</style>
background-color css
<style>
a { background-color: #9D1BDA; }
a { background-color: rgb(157,27,218); }
div.DivClassName
{
background-color: #9D1BDA;
}
.BgClassName
{
background-color: #9D1BDA;
}
</style>
border-color css
<style>
span { border-color: #9D1BDA; }
span { border-color: rgb(157,27,218); }
td.TdClassName
{
border-color: #9D1BDA;
}
.TagClassName
{
border-color: #9D1BDA;
}
</style>