Shades of Dark Orchid #941AB1
Tints of Dark Orchid #941AB1
RGB
CMYK
RGB Variations
Color information
#941AB1 (or 0x941AB1) is known color: Dark Orchid. HEX triplet: 94, 1A and B1. RGB value is (148,26,177). Sum of RGB (Red+Green+Blue) = 148+26+177=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #941AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941AB1 is #6BE54E. Grayscale: #4F4F4F. Windows color (decimal): -7071055 or 11606676. OLE color: 11606676.
HSL color Cylindrical-coordinate representation of color #941AB1: hue angle of 288.48º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941AB1 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 26 | 177 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.31 |
| HSL | 288.48º | 0.74% | 0.4% | - |
| HSV(B) | 288.48º | 0.85% | 0.69% | - |
| XYZ | 20.52 | 10.21 | 42.48 | - |
| YUV | 79.69 | 182.92 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 177 | 0.16 | 0.85 | 0 | 0.31 | 288.48 | 0.74 | 0.4 |
| Hex | 94 | 1A | B1 | 10 | 55 | 0 | 1F | 120 | 4A | 28 |
| Octal | 224 | 32 | 261 | 20 | 125 | 0 | 37 | 440 | 112 | 50 |
| Binary | 10010100 | 11010 | 10110001 | 10000 | 1010101 | 0 | 11111 | 100100000 | 1001010 | 101000 |
Color Harmonies of #941AB1
Complementary color
Monochromatic Colors of #941AB1
Black with #941AB1
Text Example
Text Example
White with #941AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941AB1; }
p { color: rgb(148,26,177); }
H1.HeaderClassName
{
color: #941AB1;
}
.AnyTagClassName
{
color: #941AB1;
}
</style>
background-color css
<style>
a { background-color: #941AB1; }
a { background-color: rgb(148,26,177); }
div.DivClassName
{
background-color: #941AB1;
}
.BgClassName
{
background-color: #941AB1;
}
</style>
border-color css
<style>
span { border-color: #941AB1; }
span { border-color: rgb(148,26,177); }
td.TdClassName
{
border-color: #941AB1;
}
.TagClassName
{
border-color: #941AB1;
}
</style>