Shades of Dark Orchid #9940DB
Tints of Dark Orchid #9940DB
RGB
CMYK
RGB Variations
Color information
#9940DB (or 0x9940DB) is known color: Dark Orchid. HEX triplet: 99, 40 and DB. RGB value is (153,64,219). Sum of RGB (Red+Green+Blue) = 153+64+219=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #9940DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9940DB is #66BF24. Grayscale: #6B6B6B. Windows color (decimal): -6733605 or 14368921. OLE color: 14368921.
HSL color Cylindrical-coordinate representation of color #9940DB: hue angle of 274.45º 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 #9940DB is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 64 | 219 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.14 |
| HSL | 274.45º | 0.68% | 0.55% | - |
| HSV(B) | 274.45º | 0.71% | 0.86% | - |
| XYZ | 27.76 | 15.55 | 68.56 | - |
| YUV | 108.28 | 190.49 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 219 | 0.30 | 0.71 | 0 | 0.14 | 274.45 | 0.68 | 0.55 |
| Hex | 99 | 40 | DB | 1E | 47 | 0 | E | 112 | 44 | 37 |
| Octal | 231 | 100 | 333 | 36 | 107 | 0 | 16 | 422 | 104 | 67 |
| Binary | 10011001 | 1000000 | 11011011 | 11110 | 1000111 | 0 | 1110 | 100010010 | 1000100 | 110111 |
Color Harmonies of #9940DB
Complementary color
Monochromatic Colors of #9940DB
Black with #9940DB
Text Example
Text Example
White with #9940DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9940DB; }
p { color: rgb(153,64,219); }
H1.HeaderClassName
{
color: #9940DB;
}
.AnyTagClassName
{
color: #9940DB;
}
</style>
background-color css
<style>
a { background-color: #9940DB; }
a { background-color: rgb(153,64,219); }
div.DivClassName
{
background-color: #9940DB;
}
.BgClassName
{
background-color: #9940DB;
}
</style>
border-color css
<style>
span { border-color: #9940DB; }
span { border-color: rgb(153,64,219); }
td.TdClassName
{
border-color: #9940DB;
}
.TagClassName
{
border-color: #9940DB;
}
</style>