Shades of Dark Orchid #911AB4
Tints of Dark Orchid #911AB4
RGB
CMYK
RGB Variations
Color information
#911AB4 (or 0x911AB4) is known color: Dark Orchid. HEX triplet: 91, 1A and B4. RGB value is (145,26,180). Sum of RGB (Red+Green+Blue) = 145+26+180=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #911AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911AB4 is #6EE54B. Grayscale: #4E4E4E. Windows color (decimal): -7267660 or 11803281. OLE color: 11803281.
HSL color Cylindrical-coordinate representation of color #911AB4: hue angle of 286.36º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911AB4 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 26 | 180 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.29 |
| HSL | 286.36º | 0.75% | 0.4% | - |
| HSV(B) | 286.36º | 0.86% | 0.71% | - |
| XYZ | 20.28 | 10.05 | 44.05 | - |
| YUV | 79.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 180 | 0.19 | 0.86 | 0 | 0.29 | 286.36 | 0.75 | 0.4 |
| Hex | 91 | 1A | B4 | 13 | 56 | 0 | 1D | 11E | 4B | 28 |
| Octal | 221 | 32 | 264 | 23 | 126 | 0 | 35 | 436 | 113 | 50 |
| Binary | 10010001 | 11010 | 10110100 | 10011 | 1010110 | 0 | 11101 | 100011110 | 1001011 | 101000 |
Color Harmonies of #911AB4
Complementary color
Monochromatic Colors of #911AB4
Black with #911AB4
Text Example
Text Example
White with #911AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911AB4; }
p { color: rgb(145,26,180); }
H1.HeaderClassName
{
color: #911AB4;
}
.AnyTagClassName
{
color: #911AB4;
}
</style>
background-color css
<style>
a { background-color: #911AB4; }
a { background-color: rgb(145,26,180); }
div.DivClassName
{
background-color: #911AB4;
}
.BgClassName
{
background-color: #911AB4;
}
</style>
border-color css
<style>
span { border-color: #911AB4; }
span { border-color: rgb(145,26,180); }
td.TdClassName
{
border-color: #911AB4;
}
.TagClassName
{
border-color: #911AB4;
}
</style>