Shades of Dark Orchid #942BB6
Tints of Dark Orchid #942BB6
RGB
CMYK
RGB Variations
Color information
#942BB6 (or 0x942BB6) is known color: Dark Orchid. HEX triplet: 94, 2B and B6. RGB value is (148,43,182). Sum of RGB (Red+Green+Blue) = 148+43+182=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #942BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BB6 is #6BD449. Grayscale: #595959. Windows color (decimal): -7066698 or 11938708. OLE color: 11938708.
HSL color Cylindrical-coordinate representation of color #942BB6: hue angle of 285.32º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942BB6 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 43 | 182 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.29 |
| HSL | 285.32º | 0.62% | 0.44% | - |
| HSV(B) | 285.32º | 0.76% | 0.71% | - |
| XYZ | 21.52 | 11.4 | 45.32 | - |
| YUV | 90.24 | 179.79 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 182 | 0.19 | 0.76 | 0 | 0.29 | 285.32 | 0.62 | 0.44 |
| Hex | 94 | 2B | B6 | 13 | 4C | 0 | 1D | 11D | 3E | 2C |
| Octal | 224 | 53 | 266 | 23 | 114 | 0 | 35 | 435 | 76 | 54 |
| Binary | 10010100 | 101011 | 10110110 | 10011 | 1001100 | 0 | 11101 | 100011101 | 111110 | 101100 |
Color Harmonies of #942BB6
Complementary color
Monochromatic Colors of #942BB6
Black with #942BB6
Text Example
Text Example
White with #942BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942BB6; }
p { color: rgb(148,43,182); }
H1.HeaderClassName
{
color: #942BB6;
}
.AnyTagClassName
{
color: #942BB6;
}
</style>
background-color css
<style>
a { background-color: #942BB6; }
a { background-color: rgb(148,43,182); }
div.DivClassName
{
background-color: #942BB6;
}
.BgClassName
{
background-color: #942BB6;
}
</style>
border-color css
<style>
span { border-color: #942BB6; }
span { border-color: rgb(148,43,182); }
td.TdClassName
{
border-color: #942BB6;
}
.TagClassName
{
border-color: #942BB6;
}
</style>