Shades of Dark Orchid #942DB6
Tints of Dark Orchid #942DB6
RGB
CMYK
RGB Variations
Color information
#942DB6 (or 0x942DB6) is known color: Dark Orchid. HEX triplet: 94, 2D and B6. RGB value is (148,45,182). Sum of RGB (Red+Green+Blue) = 148+45+182=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #942DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DB6 is #6BD249. Grayscale: #5A5A5A. Windows color (decimal): -7066186 or 11939220. OLE color: 11939220.
HSL color Cylindrical-coordinate representation of color #942DB6: hue angle of 285.11º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942DB6 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 45 | 182 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.29 |
| HSL | 285.11º | 0.6% | 0.45% | - |
| HSV(B) | 285.11º | 0.75% | 0.71% | - |
| XYZ | 21.59 | 11.55 | 45.35 | - |
| YUV | 91.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 182 | 0.19 | 0.75 | 0 | 0.29 | 285.11 | 0.6 | 0.45 |
| Hex | 94 | 2D | B6 | 13 | 4B | 0 | 1D | 11D | 3C | 2D |
| Octal | 224 | 55 | 266 | 23 | 113 | 0 | 35 | 435 | 74 | 55 |
| Binary | 10010100 | 101101 | 10110110 | 10011 | 1001011 | 0 | 11101 | 100011101 | 111100 | 101101 |
Color Harmonies of #942DB6
Complementary color
Monochromatic Colors of #942DB6
Black with #942DB6
Text Example
Text Example
White with #942DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942DB6; }
p { color: rgb(148,45,182); }
H1.HeaderClassName
{
color: #942DB6;
}
.AnyTagClassName
{
color: #942DB6;
}
</style>
background-color css
<style>
a { background-color: #942DB6; }
a { background-color: rgb(148,45,182); }
div.DivClassName
{
background-color: #942DB6;
}
.BgClassName
{
background-color: #942DB6;
}
</style>
border-color css
<style>
span { border-color: #942DB6; }
span { border-color: rgb(148,45,182); }
td.TdClassName
{
border-color: #942DB6;
}
.TagClassName
{
border-color: #942DB6;
}
</style>