Shades of Dark Orchid #9D27DB
Tints of Dark Orchid #9D27DB
RGB
CMYK
RGB Variations
Color information
#9D27DB (or 0x9D27DB) is known color: Dark Orchid. HEX triplet: 9D, 27 and DB. RGB value is (157,39,219). Sum of RGB (Red+Green+Blue) = 157+39+219=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D27DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D27DB is #62D824. Grayscale: #5E5E5E. Windows color (decimal): -6477861 or 14362525. OLE color: 14362525.
HSL color Cylindrical-coordinate representation of color #9D27DB: hue angle of 279.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D27DB is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 39 | 219 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.14 |
| HSL | 279.33º | 0.71% | 0.51% | - |
| HSV(B) | 279.33º | 0.82% | 0.86% | - |
| XYZ | 27.42 | 13.73 | 68.22 | - |
| YUV | 94.8 | 198.09 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 219 | 0.28 | 0.82 | 0 | 0.14 | 279.33 | 0.71 | 0.51 |
| Hex | 9D | 27 | DB | 1C | 52 | 0 | E | 117 | 47 | 33 |
| Octal | 235 | 47 | 333 | 34 | 122 | 0 | 16 | 427 | 107 | 63 |
| Binary | 10011101 | 100111 | 11011011 | 11100 | 1010010 | 0 | 1110 | 100010111 | 1000111 | 110011 |
Color Harmonies of #9D27DB
Complementary color
Monochromatic Colors of #9D27DB
Black with #9D27DB
Text Example
Text Example
White with #9D27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D27DB; }
p { color: rgb(157,39,219); }
H1.HeaderClassName
{
color: #9D27DB;
}
.AnyTagClassName
{
color: #9D27DB;
}
</style>
background-color css
<style>
a { background-color: #9D27DB; }
a { background-color: rgb(157,39,219); }
div.DivClassName
{
background-color: #9D27DB;
}
.BgClassName
{
background-color: #9D27DB;
}
</style>
border-color css
<style>
span { border-color: #9D27DB; }
span { border-color: rgb(157,39,219); }
td.TdClassName
{
border-color: #9D27DB;
}
.TagClassName
{
border-color: #9D27DB;
}
</style>