Shades of Dark Orchid #9D40DB
Tints of Dark Orchid #9D40DB
RGB
CMYK
RGB Variations
Color information
#9D40DB (or 0x9D40DB) is known color: Dark Orchid. HEX triplet: 9D, 40 and DB. RGB value is (157,64,219). Sum of RGB (Red+Green+Blue) = 157+64+219=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D40DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D40DB is #62BF24. Grayscale: #6C6C6C. Windows color (decimal): -6471461 or 14368925. OLE color: 14368925.
HSL color Cylindrical-coordinate representation of color #9D40DB: hue angle of 276º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D40DB is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 64 | 219 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.14 |
| HSL | 276º | 0.68% | 0.55% | - |
| HSV(B) | 276º | 0.71% | 0.86% | - |
| XYZ | 28.52 | 15.95 | 68.59 | - |
| YUV | 109.48 | 189.81 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 219 | 0.28 | 0.71 | 0 | 0.14 | 276 | 0.68 | 0.55 |
| Hex | 9D | 40 | DB | 1C | 47 | 0 | E | 114 | 44 | 37 |
| Octal | 235 | 100 | 333 | 34 | 107 | 0 | 16 | 424 | 104 | 67 |
| Binary | 10011101 | 1000000 | 11011011 | 11100 | 1000111 | 0 | 1110 | 100010100 | 1000100 | 110111 |
Color Harmonies of #9D40DB
Complementary color
Monochromatic Colors of #9D40DB
Black with #9D40DB
Text Example
Text Example
White with #9D40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D40DB; }
p { color: rgb(157,64,219); }
H1.HeaderClassName
{
color: #9D40DB;
}
.AnyTagClassName
{
color: #9D40DB;
}
</style>
background-color css
<style>
a { background-color: #9D40DB; }
a { background-color: rgb(157,64,219); }
div.DivClassName
{
background-color: #9D40DB;
}
.BgClassName
{
background-color: #9D40DB;
}
</style>
border-color css
<style>
span { border-color: #9D40DB; }
span { border-color: rgb(157,64,219); }
td.TdClassName
{
border-color: #9D40DB;
}
.TagClassName
{
border-color: #9D40DB;
}
</style>