Shades of Dark Orchid #941DB5
Tints of Dark Orchid #941DB5
RGB
CMYK
RGB Variations
Color information
#941DB5 (or 0x941DB5) is known color: Dark Orchid. HEX triplet: 94, 1D and B5. RGB value is (148,29,181). Sum of RGB (Red+Green+Blue) = 148+29+181=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #941DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941DB5 is #6BE24A. Grayscale: #515151. Windows color (decimal): -7070283 or 11869588. OLE color: 11869588.
HSL color Cylindrical-coordinate representation of color #941DB5: hue angle of 286.97º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941DB5 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 29 | 181 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.29 |
| HSL | 286.97º | 0.72% | 0.41% | - |
| HSV(B) | 286.97º | 0.84% | 0.71% | - |
| XYZ | 20.99 | 10.51 | 44.64 | - |
| YUV | 81.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 181 | 0.18 | 0.84 | 0 | 0.29 | 286.97 | 0.72 | 0.41 |
| Hex | 94 | 1D | B5 | 12 | 54 | 0 | 1D | 11F | 48 | 29 |
| Octal | 224 | 35 | 265 | 22 | 124 | 0 | 35 | 437 | 110 | 51 |
| Binary | 10010100 | 11101 | 10110101 | 10010 | 1010100 | 0 | 11101 | 100011111 | 1001000 | 101001 |
Color Harmonies of #941DB5
Complementary color
Monochromatic Colors of #941DB5
Black with #941DB5
Text Example
Text Example
White with #941DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941DB5; }
p { color: rgb(148,29,181); }
H1.HeaderClassName
{
color: #941DB5;
}
.AnyTagClassName
{
color: #941DB5;
}
</style>
background-color css
<style>
a { background-color: #941DB5; }
a { background-color: rgb(148,29,181); }
div.DivClassName
{
background-color: #941DB5;
}
.BgClassName
{
background-color: #941DB5;
}
</style>
border-color css
<style>
span { border-color: #941DB5; }
span { border-color: rgb(148,29,181); }
td.TdClassName
{
border-color: #941DB5;
}
.TagClassName
{
border-color: #941DB5;
}
</style>