Shades of Dark Orchid #941AAF
Tints of Dark Orchid #941AAF
RGB
CMYK
RGB Variations
Color information
#941AAF (or 0x941AAF) is known color: Dark Orchid. HEX triplet: 94, 1A and AF. RGB value is (148,26,175). Sum of RGB (Red+Green+Blue) = 148+26+175=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #941AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941AAF is #6BE550. Grayscale: #4E4E4E. Windows color (decimal): -7071057 or 11475604. OLE color: 11475604.
HSL color Cylindrical-coordinate representation of color #941AAF: hue angle of 289.13º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941AAF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 26 | 175 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.31 |
| HSL | 289.13º | 0.74% | 0.39% | - |
| HSV(B) | 289.13º | 0.85% | 0.69% | - |
| XYZ | 20.32 | 10.13 | 41.44 | - |
| YUV | 79.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 175 | 0.15 | 0.85 | 0 | 0.31 | 289.13 | 0.74 | 0.39 |
| Hex | 94 | 1A | AF | F | 55 | 0 | 1F | 121 | 4A | 27 |
| Octal | 224 | 32 | 257 | 17 | 125 | 0 | 37 | 441 | 112 | 47 |
| Binary | 10010100 | 11010 | 10101111 | 1111 | 1010101 | 0 | 11111 | 100100001 | 1001010 | 100111 |
Color Harmonies of #941AAF
Complementary color
Monochromatic Colors of #941AAF
Black with #941AAF
Text Example
Text Example
White with #941AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941AAF; }
p { color: rgb(148,26,175); }
H1.HeaderClassName
{
color: #941AAF;
}
.AnyTagClassName
{
color: #941AAF;
}
</style>
background-color css
<style>
a { background-color: #941AAF; }
a { background-color: rgb(148,26,175); }
div.DivClassName
{
background-color: #941AAF;
}
.BgClassName
{
background-color: #941AAF;
}
</style>
border-color css
<style>
span { border-color: #941AAF; }
span { border-color: rgb(148,26,175); }
td.TdClassName
{
border-color: #941AAF;
}
.TagClassName
{
border-color: #941AAF;
}
</style>