Shades of Dark Orchid #941AB3
Tints of Dark Orchid #941AB3
RGB
CMYK
RGB Variations
Color information
#941AB3 (or 0x941AB3) is known color: Dark Orchid. HEX triplet: 94, 1A and B3. RGB value is (148,26,179). Sum of RGB (Red+Green+Blue) = 148+26+179=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #941AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941AB3 is #6BE54C. Grayscale: #4F4F4F. Windows color (decimal): -7071053 or 11737748. OLE color: 11737748.
HSL color Cylindrical-coordinate representation of color #941AB3: hue angle of 287.84º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941AB3 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 26 | 179 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.30 |
| HSL | 287.84º | 0.75% | 0.4% | - |
| HSV(B) | 287.84º | 0.85% | 0.7% | - |
| XYZ | 20.72 | 10.29 | 43.54 | - |
| YUV | 79.92 | 183.92 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 179 | 0.17 | 0.85 | 0 | 0.30 | 287.84 | 0.75 | 0.4 |
| Hex | 94 | 1A | B3 | 11 | 55 | 0 | 1E | 120 | 4B | 28 |
| Octal | 224 | 32 | 263 | 21 | 125 | 0 | 36 | 440 | 113 | 50 |
| Binary | 10010100 | 11010 | 10110011 | 10001 | 1010101 | 0 | 11110 | 100100000 | 1001011 | 101000 |
Color Harmonies of #941AB3
Complementary color
Monochromatic Colors of #941AB3
Black with #941AB3
Text Example
Text Example
White with #941AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941AB3; }
p { color: rgb(148,26,179); }
H1.HeaderClassName
{
color: #941AB3;
}
.AnyTagClassName
{
color: #941AB3;
}
</style>
background-color css
<style>
a { background-color: #941AB3; }
a { background-color: rgb(148,26,179); }
div.DivClassName
{
background-color: #941AB3;
}
.BgClassName
{
background-color: #941AB3;
}
</style>
border-color css
<style>
span { border-color: #941AB3; }
span { border-color: rgb(148,26,179); }
td.TdClassName
{
border-color: #941AB3;
}
.TagClassName
{
border-color: #941AB3;
}
</style>