Shades of Dark Orchid #9D30DB
Tints of Dark Orchid #9D30DB
RGB
CMYK
RGB Variations
Color information
#9D30DB (or 0x9D30DB) is known color: Dark Orchid. HEX triplet: 9D, 30 and DB. RGB value is (157,48,219). Sum of RGB (Red+Green+Blue) = 157+48+219=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D30DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D30DB is #62CF24. Grayscale: #636363. Windows color (decimal): -6475557 or 14364829. OLE color: 14364829.
HSL color Cylindrical-coordinate representation of color #9D30DB: hue angle of 278.25º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D30DB is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 48 | 219 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.14 |
| HSL | 278.25º | 0.7% | 0.52% | - |
| HSV(B) | 278.25º | 0.78% | 0.86% | - |
| XYZ | 27.75 | 14.4 | 68.33 | - |
| YUV | 100.09 | 195.11 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 219 | 0.28 | 0.78 | 0 | 0.14 | 278.25 | 0.7 | 0.52 |
| Hex | 9D | 30 | DB | 1C | 4E | 0 | E | 116 | 46 | 34 |
| Octal | 235 | 60 | 333 | 34 | 116 | 0 | 16 | 426 | 106 | 64 |
| Binary | 10011101 | 110000 | 11011011 | 11100 | 1001110 | 0 | 1110 | 100010110 | 1000110 | 110100 |
Color Harmonies of #9D30DB
Complementary color
Monochromatic Colors of #9D30DB
Black with #9D30DB
Text Example
Text Example
White with #9D30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D30DB; }
p { color: rgb(157,48,219); }
H1.HeaderClassName
{
color: #9D30DB;
}
.AnyTagClassName
{
color: #9D30DB;
}
</style>
background-color css
<style>
a { background-color: #9D30DB; }
a { background-color: rgb(157,48,219); }
div.DivClassName
{
background-color: #9D30DB;
}
.BgClassName
{
background-color: #9D30DB;
}
</style>
border-color css
<style>
span { border-color: #9D30DB; }
span { border-color: rgb(157,48,219); }
td.TdClassName
{
border-color: #9D30DB;
}
.TagClassName
{
border-color: #9D30DB;
}
</style>