Shades of Dark Orchid #941CBC
Tints of Dark Orchid #941CBC
RGB
CMYK
RGB Variations
Color information
#941CBC (or 0x941CBC) is known color: Dark Orchid. HEX triplet: 94, 1C and BC. RGB value is (148,28,188). Sum of RGB (Red+Green+Blue) = 148+28+188=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #941CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941CBC is #6BE343. Grayscale: #515151. Windows color (decimal): -7070532 or 12328084. OLE color: 12328084.
HSL color Cylindrical-coordinate representation of color #941CBC: hue angle of 285º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941CBC is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 28 | 188 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.26 |
| HSL | 285º | 0.74% | 0.42% | - |
| HSV(B) | 285º | 0.85% | 0.74% | - |
| XYZ | 21.71 | 10.76 | 48.51 | - |
| YUV | 82.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 188 | 0.21 | 0.85 | 0 | 0.26 | 285 | 0.74 | 0.42 |
| Hex | 94 | 1C | BC | 15 | 55 | 0 | 1A | 11D | 4A | 2A |
| Octal | 224 | 34 | 274 | 25 | 125 | 0 | 32 | 435 | 112 | 52 |
| Binary | 10010100 | 11100 | 10111100 | 10101 | 1010101 | 0 | 11010 | 100011101 | 1001010 | 101010 |
Color Harmonies of #941CBC
Complementary color
Monochromatic Colors of #941CBC
Black with #941CBC
Text Example
Text Example
White with #941CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941CBC; }
p { color: rgb(148,28,188); }
H1.HeaderClassName
{
color: #941CBC;
}
.AnyTagClassName
{
color: #941CBC;
}
</style>
background-color css
<style>
a { background-color: #941CBC; }
a { background-color: rgb(148,28,188); }
div.DivClassName
{
background-color: #941CBC;
}
.BgClassName
{
background-color: #941CBC;
}
</style>
border-color css
<style>
span { border-color: #941CBC; }
span { border-color: rgb(148,28,188); }
td.TdClassName
{
border-color: #941CBC;
}
.TagClassName
{
border-color: #941CBC;
}
</style>