Shades of Dark Orchid #9927DB
Tints of Dark Orchid #9927DB
RGB
CMYK
RGB Variations
Color information
#9927DB (or 0x9927DB) is known color: Dark Orchid. HEX triplet: 99, 27 and DB. RGB value is (153,39,219). Sum of RGB (Red+Green+Blue) = 153+39+219=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #9927DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9927DB is #66D824. Grayscale: #5D5D5D. Windows color (decimal): -6740005 or 14362521. OLE color: 14362521.
HSL color Cylindrical-coordinate representation of color #9927DB: hue angle of 278º 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 #9927DB is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 39 | 219 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.14 |
| HSL | 278º | 0.71% | 0.51% | - |
| HSV(B) | 278º | 0.82% | 0.86% | - |
| XYZ | 26.65 | 13.34 | 68.19 | - |
| YUV | 93.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 219 | 0.30 | 0.82 | 0 | 0.14 | 278 | 0.71 | 0.51 |
| Hex | 99 | 27 | DB | 1E | 52 | 0 | E | 116 | 47 | 33 |
| Octal | 231 | 47 | 333 | 36 | 122 | 0 | 16 | 426 | 107 | 63 |
| Binary | 10011001 | 100111 | 11011011 | 11110 | 1010010 | 0 | 1110 | 100010110 | 1000111 | 110011 |
Color Harmonies of #9927DB
Complementary color
Monochromatic Colors of #9927DB
Black with #9927DB
Text Example
Text Example
White with #9927DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9927DB; }
p { color: rgb(153,39,219); }
H1.HeaderClassName
{
color: #9927DB;
}
.AnyTagClassName
{
color: #9927DB;
}
</style>
background-color css
<style>
a { background-color: #9927DB; }
a { background-color: rgb(153,39,219); }
div.DivClassName
{
background-color: #9927DB;
}
.BgClassName
{
background-color: #9927DB;
}
</style>
border-color css
<style>
span { border-color: #9927DB; }
span { border-color: rgb(153,39,219); }
td.TdClassName
{
border-color: #9927DB;
}
.TagClassName
{
border-color: #9927DB;
}
</style>