Shades of Dark Orchid #941DCB
Tints of Dark Orchid #941DCB
RGB
CMYK
RGB Variations
Color information
#941DCB (or 0x941DCB) is known color: Dark Orchid. HEX triplet: 94, 1D and CB. RGB value is (148,29,203). Sum of RGB (Red+Green+Blue) = 148+29+203=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #941DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941DCB is #6BE234. Grayscale: #535353. Windows color (decimal): -7070261 or 13311380. OLE color: 13311380.
HSL color Cylindrical-coordinate representation of color #941DCB: hue angle of 281.03º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941DCB is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 29 | 203 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.20 |
| HSL | 281.03º | 0.75% | 0.45% | - |
| HSV(B) | 281.03º | 0.86% | 0.8% | - |
| XYZ | 23.43 | 11.49 | 57.48 | - |
| YUV | 84.42 | 194.92 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 203 | 0.27 | 0.86 | 0 | 0.20 | 281.03 | 0.75 | 0.45 |
| Hex | 94 | 1D | CB | 1B | 56 | 0 | 14 | 119 | 4B | 2D |
| Octal | 224 | 35 | 313 | 33 | 126 | 0 | 24 | 431 | 113 | 55 |
| Binary | 10010100 | 11101 | 11001011 | 11011 | 1010110 | 0 | 10100 | 100011001 | 1001011 | 101101 |
Color Harmonies of #941DCB
Complementary color
Monochromatic Colors of #941DCB
Black with #941DCB
Text Example
Text Example
White with #941DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941DCB; }
p { color: rgb(148,29,203); }
H1.HeaderClassName
{
color: #941DCB;
}
.AnyTagClassName
{
color: #941DCB;
}
</style>
background-color css
<style>
a { background-color: #941DCB; }
a { background-color: rgb(148,29,203); }
div.DivClassName
{
background-color: #941DCB;
}
.BgClassName
{
background-color: #941DCB;
}
</style>
border-color css
<style>
span { border-color: #941DCB; }
span { border-color: rgb(148,29,203); }
td.TdClassName
{
border-color: #941DCB;
}
.TagClassName
{
border-color: #941DCB;
}
</style>