Shades of Dark Orchid #941BAC
Tints of Dark Orchid #941BAC
RGB
CMYK
RGB Variations
Color information
#941BAC (or 0x941BAC) is known color: Dark Orchid. HEX triplet: 94, 1B and AC. RGB value is (148,27,172). Sum of RGB (Red+Green+Blue) = 148+27+172=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #941BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941BAC is #6BE453. Grayscale: #4F4F4F. Windows color (decimal): -7070804 or 11279252. OLE color: 11279252.
HSL color Cylindrical-coordinate representation of color #941BAC: hue angle of 290.07º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941BAC is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 27 | 172 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.33 |
| HSL | 290.07º | 0.73% | 0.39% | - |
| HSV(B) | 290.07º | 0.84% | 0.67% | - |
| XYZ | 20.05 | 10.06 | 39.91 | - |
| YUV | 79.71 | 180.09 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 27 | 172 | 0.14 | 0.84 | 0 | 0.33 | 290.07 | 0.73 | 0.39 |
| Hex | 94 | 1B | AC | E | 54 | 0 | 21 | 122 | 49 | 27 |
| Octal | 224 | 33 | 254 | 16 | 124 | 0 | 41 | 442 | 111 | 47 |
| Binary | 10010100 | 11011 | 10101100 | 1110 | 1010100 | 0 | 100001 | 100100010 | 1001001 | 100111 |
Color Harmonies of #941BAC
Complementary color
Monochromatic Colors of #941BAC
Black with #941BAC
Text Example
Text Example
White with #941BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941BAC; }
p { color: rgb(148,27,172); }
H1.HeaderClassName
{
color: #941BAC;
}
.AnyTagClassName
{
color: #941BAC;
}
</style>
background-color css
<style>
a { background-color: #941BAC; }
a { background-color: rgb(148,27,172); }
div.DivClassName
{
background-color: #941BAC;
}
.BgClassName
{
background-color: #941BAC;
}
</style>
border-color css
<style>
span { border-color: #941BAC; }
span { border-color: rgb(148,27,172); }
td.TdClassName
{
border-color: #941BAC;
}
.TagClassName
{
border-color: #941BAC;
}
</style>