Shades of Dark Orchid #942CBC
Tints of Dark Orchid #942CBC
RGB
CMYK
RGB Variations
Color information
#942CBC (or 0x942CBC) is known color: Dark Orchid. HEX triplet: 94, 2C and BC. RGB value is (148,44,188). Sum of RGB (Red+Green+Blue) = 148+44+188=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #942CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942CBC is #6BD343. Grayscale: #5B5B5B. Windows color (decimal): -7066436 or 12332180. OLE color: 12332180.
HSL color Cylindrical-coordinate representation of color #942CBC: hue angle of 283.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942CBC is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 44 | 188 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.26 |
| HSL | 283.33º | 0.62% | 0.45% | - |
| HSV(B) | 283.33º | 0.77% | 0.74% | - |
| XYZ | 22.19 | 11.73 | 48.67 | - |
| YUV | 91.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 188 | 0.21 | 0.77 | 0 | 0.26 | 283.33 | 0.62 | 0.45 |
| Hex | 94 | 2C | BC | 15 | 4D | 0 | 1A | 11B | 3E | 2D |
| Octal | 224 | 54 | 274 | 25 | 115 | 0 | 32 | 433 | 76 | 55 |
| Binary | 10010100 | 101100 | 10111100 | 10101 | 1001101 | 0 | 11010 | 100011011 | 111110 | 101101 |
Color Harmonies of #942CBC
Complementary color
Monochromatic Colors of #942CBC
Black with #942CBC
Text Example
Text Example
White with #942CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942CBC; }
p { color: rgb(148,44,188); }
H1.HeaderClassName
{
color: #942CBC;
}
.AnyTagClassName
{
color: #942CBC;
}
</style>
background-color css
<style>
a { background-color: #942CBC; }
a { background-color: rgb(148,44,188); }
div.DivClassName
{
background-color: #942CBC;
}
.BgClassName
{
background-color: #942CBC;
}
</style>
border-color css
<style>
span { border-color: #942CBC; }
span { border-color: rgb(148,44,188); }
td.TdClassName
{
border-color: #942CBC;
}
.TagClassName
{
border-color: #942CBC;
}
</style>