Shades of Dark Orchid #942DB5
Tints of Dark Orchid #942DB5
RGB
CMYK
RGB Variations
Color information
#942DB5 (or 0x942DB5) is known color: Dark Orchid. HEX triplet: 94, 2D and B5. RGB value is (148,45,181). Sum of RGB (Red+Green+Blue) = 148+45+181=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #942DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DB5 is #6BD24A. Grayscale: #5A5A5A. Windows color (decimal): -7066187 or 11873684. OLE color: 11873684.
HSL color Cylindrical-coordinate representation of color #942DB5: hue angle of 285.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942DB5 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 45 | 181 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.29 |
| HSL | 285.44º | 0.6% | 0.44% | - |
| HSV(B) | 285.44º | 0.75% | 0.71% | - |
| XYZ | 21.49 | 11.51 | 44.8 | - |
| YUV | 91.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 181 | 0.18 | 0.75 | 0 | 0.29 | 285.44 | 0.6 | 0.44 |
| Hex | 94 | 2D | B5 | 12 | 4B | 0 | 1D | 11D | 3C | 2C |
| Octal | 224 | 55 | 265 | 22 | 113 | 0 | 35 | 435 | 74 | 54 |
| Binary | 10010100 | 101101 | 10110101 | 10010 | 1001011 | 0 | 11101 | 100011101 | 111100 | 101100 |
Color Harmonies of #942DB5
Complementary color
Monochromatic Colors of #942DB5
Black with #942DB5
Text Example
Text Example
White with #942DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942DB5; }
p { color: rgb(148,45,181); }
H1.HeaderClassName
{
color: #942DB5;
}
.AnyTagClassName
{
color: #942DB5;
}
</style>
background-color css
<style>
a { background-color: #942DB5; }
a { background-color: rgb(148,45,181); }
div.DivClassName
{
background-color: #942DB5;
}
.BgClassName
{
background-color: #942DB5;
}
</style>
border-color css
<style>
span { border-color: #942DB5; }
span { border-color: rgb(148,45,181); }
td.TdClassName
{
border-color: #942DB5;
}
.TagClassName
{
border-color: #942DB5;
}
</style>