Shades of Dark Orchid #944ADA
Tints of Dark Orchid #944ADA
RGB
CMYK
RGB Variations
Color information
#944ADA (or 0x944ADA) is known color: Dark Orchid. HEX triplet: 94, 4A and DA. RGB value is (148,74,218). Sum of RGB (Red+Green+Blue) = 148+74+218=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #944ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944ADA is #6BB525. Grayscale: #707070. Windows color (decimal): -7058726 or 14305940. OLE color: 14305940.
HSL color Cylindrical-coordinate representation of color #944ADA: hue angle of 270.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #944ADA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 74 | 218 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.15 |
| HSL | 270.83º | 0.66% | 0.57% | - |
| HSV(B) | 270.83º | 0.66% | 0.85% | - |
| XYZ | 27.32 | 16.26 | 68.03 | - |
| YUV | 112.54 | 187.52 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 218 | 0.32 | 0.66 | 0 | 0.15 | 270.83 | 0.66 | 0.57 |
| Hex | 94 | 4A | DA | 20 | 42 | 0 | F | 10F | 42 | 39 |
| Octal | 224 | 112 | 332 | 40 | 102 | 0 | 17 | 417 | 102 | 71 |
| Binary | 10010100 | 1001010 | 11011010 | 100000 | 1000010 | 0 | 1111 | 100001111 | 1000010 | 111001 |
Color Harmonies of #944ADA
Complementary color
Monochromatic Colors of #944ADA
Black with #944ADA
Text Example
Text Example
White with #944ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944ADA; }
p { color: rgb(148,74,218); }
H1.HeaderClassName
{
color: #944ADA;
}
.AnyTagClassName
{
color: #944ADA;
}
</style>
background-color css
<style>
a { background-color: #944ADA; }
a { background-color: rgb(148,74,218); }
div.DivClassName
{
background-color: #944ADA;
}
.BgClassName
{
background-color: #944ADA;
}
</style>
border-color css
<style>
span { border-color: #944ADA; }
span { border-color: rgb(148,74,218); }
td.TdClassName
{
border-color: #944ADA;
}
.TagClassName
{
border-color: #944ADA;
}
</style>