Shades of Dark Orchid #944ADB
Tints of Dark Orchid #944ADB
RGB
CMYK
RGB Variations
Color information
#944ADB (or 0x944ADB) is known color: Dark Orchid. HEX triplet: 94, 4A and DB. RGB value is (148,74,219). Sum of RGB (Red+Green+Blue) = 148+74+219=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #944ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944ADB is #6BB524. Grayscale: #707070. Windows color (decimal): -7058725 or 14371476. OLE color: 14371476.
HSL color Cylindrical-coordinate representation of color #944ADB: hue angle of 270.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #944ADB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 74 | 219 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.14 |
| HSL | 270.62º | 0.67% | 0.57% | - |
| HSV(B) | 270.62º | 0.66% | 0.86% | - |
| XYZ | 27.45 | 16.31 | 68.72 | - |
| YUV | 112.66 | 188.02 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 219 | 0.32 | 0.66 | 0 | 0.14 | 270.62 | 0.67 | 0.57 |
| Hex | 94 | 4A | DB | 20 | 42 | 0 | E | 10F | 43 | 39 |
| Octal | 224 | 112 | 333 | 40 | 102 | 0 | 16 | 417 | 103 | 71 |
| Binary | 10010100 | 1001010 | 11011011 | 100000 | 1000010 | 0 | 1110 | 100001111 | 1000011 | 111001 |
Color Harmonies of #944ADB
Complementary color
Monochromatic Colors of #944ADB
Black with #944ADB
Text Example
Text Example
White with #944ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944ADB; }
p { color: rgb(148,74,219); }
H1.HeaderClassName
{
color: #944ADB;
}
.AnyTagClassName
{
color: #944ADB;
}
</style>
background-color css
<style>
a { background-color: #944ADB; }
a { background-color: rgb(148,74,219); }
div.DivClassName
{
background-color: #944ADB;
}
.BgClassName
{
background-color: #944ADB;
}
</style>
border-color css
<style>
span { border-color: #944ADB; }
span { border-color: rgb(148,74,219); }
td.TdClassName
{
border-color: #944ADB;
}
.TagClassName
{
border-color: #944ADB;
}
</style>