Shades of Dark Orchid #9449DB
Tints of Dark Orchid #9449DB
RGB
CMYK
RGB Variations
Color information
#9449DB (or 0x9449DB) is known color: Dark Orchid. HEX triplet: 94, 49 and DB. RGB value is (148,73,219). Sum of RGB (Red+Green+Blue) = 148+73+219=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 73 (28.91% from 255 or 16.59% 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 #9449DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9449DB is #6BB624. Grayscale: #6F6F6F. Windows color (decimal): -7058981 or 14371220. OLE color: 14371220.
HSL color Cylindrical-coordinate representation of color #9449DB: hue angle of 270.82º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9449DB is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 73 | 219 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.14 |
| HSL | 270.82º | 0.67% | 0.57% | - |
| HSV(B) | 270.82º | 0.67% | 0.86% | - |
| XYZ | 27.38 | 16.18 | 68.7 | - |
| YUV | 112.07 | 188.35 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 219 | 0.32 | 0.67 | 0 | 0.14 | 270.82 | 0.67 | 0.57 |
| Hex | 94 | 49 | DB | 20 | 43 | 0 | E | 10F | 43 | 39 |
| Octal | 224 | 111 | 333 | 40 | 103 | 0 | 16 | 417 | 103 | 71 |
| Binary | 10010100 | 1001001 | 11011011 | 100000 | 1000011 | 0 | 1110 | 100001111 | 1000011 | 111001 |
Color Harmonies of #9449DB
Complementary color
Monochromatic Colors of #9449DB
Black with #9449DB
Text Example
Text Example
White with #9449DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9449DB; }
p { color: rgb(148,73,219); }
H1.HeaderClassName
{
color: #9449DB;
}
.AnyTagClassName
{
color: #9449DB;
}
</style>
background-color css
<style>
a { background-color: #9449DB; }
a { background-color: rgb(148,73,219); }
div.DivClassName
{
background-color: #9449DB;
}
.BgClassName
{
background-color: #9449DB;
}
</style>
border-color css
<style>
span { border-color: #9449DB; }
span { border-color: rgb(148,73,219); }
td.TdClassName
{
border-color: #9449DB;
}
.TagClassName
{
border-color: #9449DB;
}
</style>