Shades of Dark Orchid #941FCD
Tints of Dark Orchid #941FCD
RGB
CMYK
RGB Variations
Color information
#941FCD (or 0x941FCD) is known color: Dark Orchid. HEX triplet: 94, 1F and CD. RGB value is (148,31,205). Sum of RGB (Red+Green+Blue) = 148+31+205=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #941FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941FCD is #6BE032. Grayscale: #555555. Windows color (decimal): -7069747 or 13442964. OLE color: 13442964.
HSL color Cylindrical-coordinate representation of color #941FCD: hue angle of 280.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941FCD is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 31 | 205 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.20 |
| HSL | 280.34º | 0.74% | 0.46% | - |
| HSV(B) | 280.34º | 0.85% | 0.8% | - |
| XYZ | 23.72 | 11.68 | 58.76 | - |
| YUV | 85.82 | 195.26 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 31 | 205 | 0.28 | 0.85 | 0 | 0.20 | 280.34 | 0.74 | 0.46 |
| Hex | 94 | 1F | CD | 1C | 55 | 0 | 14 | 118 | 4A | 2E |
| Octal | 224 | 37 | 315 | 34 | 125 | 0 | 24 | 430 | 112 | 56 |
| Binary | 10010100 | 11111 | 11001101 | 11100 | 1010101 | 0 | 10100 | 100011000 | 1001010 | 101110 |
Color Harmonies of #941FCD
Complementary color
Monochromatic Colors of #941FCD
Black with #941FCD
Text Example
Text Example
White with #941FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941FCD; }
p { color: rgb(148,31,205); }
H1.HeaderClassName
{
color: #941FCD;
}
.AnyTagClassName
{
color: #941FCD;
}
</style>
background-color css
<style>
a { background-color: #941FCD; }
a { background-color: rgb(148,31,205); }
div.DivClassName
{
background-color: #941FCD;
}
.BgClassName
{
background-color: #941FCD;
}
</style>
border-color css
<style>
span { border-color: #941FCD; }
span { border-color: rgb(148,31,205); }
td.TdClassName
{
border-color: #941FCD;
}
.TagClassName
{
border-color: #941FCD;
}
</style>