Shades of Dark Orchid #942DCB
Tints of Dark Orchid #942DCB
RGB
CMYK
RGB Variations
Color information
#942DCB (or 0x942DCB) is known color: Dark Orchid. HEX triplet: 94, 2D and CB. RGB value is (148,45,203). Sum of RGB (Red+Green+Blue) = 148+45+203=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #942DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DCB is #6BD234. Grayscale: #5D5D5D. Windows color (decimal): -7066165 or 13315476. OLE color: 13315476.
HSL color Cylindrical-coordinate representation of color #942DCB: hue angle of 279.11º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942DCB is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 45 | 203 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.20 |
| HSL | 279.11º | 0.64% | 0.49% | - |
| HSV(B) | 279.11º | 0.78% | 0.8% | - |
| XYZ | 23.93 | 12.48 | 57.65 | - |
| YUV | 93.81 | 189.62 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 203 | 0.27 | 0.78 | 0 | 0.20 | 279.11 | 0.64 | 0.49 |
| Hex | 94 | 2D | CB | 1B | 4E | 0 | 14 | 117 | 40 | 31 |
| Octal | 224 | 55 | 313 | 33 | 116 | 0 | 24 | 427 | 100 | 61 |
| Binary | 10010100 | 101101 | 11001011 | 11011 | 1001110 | 0 | 10100 | 100010111 | 1000000 | 110001 |
Color Harmonies of #942DCB
Complementary color
Monochromatic Colors of #942DCB
Black with #942DCB
Text Example
Text Example
White with #942DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942DCB; }
p { color: rgb(148,45,203); }
H1.HeaderClassName
{
color: #942DCB;
}
.AnyTagClassName
{
color: #942DCB;
}
</style>
background-color css
<style>
a { background-color: #942DCB; }
a { background-color: rgb(148,45,203); }
div.DivClassName
{
background-color: #942DCB;
}
.BgClassName
{
background-color: #942DCB;
}
</style>
border-color css
<style>
span { border-color: #942DCB; }
span { border-color: rgb(148,45,203); }
td.TdClassName
{
border-color: #942DCB;
}
.TagClassName
{
border-color: #942DCB;
}
</style>