Shades of Dark Orchid #942BC1
Tints of Dark Orchid #942BC1
RGB
CMYK
RGB Variations
Color information
#942BC1 (or 0x942BC1) is known color: Dark Orchid. HEX triplet: 94, 2B and C1. RGB value is (148,43,193). Sum of RGB (Red+Green+Blue) = 148+43+193=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #942BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BC1 is #6BD43E. Grayscale: #5B5B5B. Windows color (decimal): -7066687 or 12659604. OLE color: 12659604.
HSL color Cylindrical-coordinate representation of color #942BC1: hue angle of 282º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942BC1 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 43 | 193 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.24 |
| HSL | 282º | 0.64% | 0.46% | - |
| HSV(B) | 282º | 0.78% | 0.76% | - |
| XYZ | 22.7 | 11.87 | 51.55 | - |
| YUV | 91.5 | 185.29 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 193 | 0.23 | 0.78 | 0 | 0.24 | 282 | 0.64 | 0.46 |
| Hex | 94 | 2B | C1 | 17 | 4E | 0 | 18 | 11A | 40 | 2E |
| Octal | 224 | 53 | 301 | 27 | 116 | 0 | 30 | 432 | 100 | 56 |
| Binary | 10010100 | 101011 | 11000001 | 10111 | 1001110 | 0 | 11000 | 100011010 | 1000000 | 101110 |
Color Harmonies of #942BC1
Complementary color
Monochromatic Colors of #942BC1
Black with #942BC1
Text Example
Text Example
White with #942BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942BC1; }
p { color: rgb(148,43,193); }
H1.HeaderClassName
{
color: #942BC1;
}
.AnyTagClassName
{
color: #942BC1;
}
</style>
background-color css
<style>
a { background-color: #942BC1; }
a { background-color: rgb(148,43,193); }
div.DivClassName
{
background-color: #942BC1;
}
.BgClassName
{
background-color: #942BC1;
}
</style>
border-color css
<style>
span { border-color: #942BC1; }
span { border-color: rgb(148,43,193); }
td.TdClassName
{
border-color: #942BC1;
}
.TagClassName
{
border-color: #942BC1;
}
</style>