Shades of Dark Orchid #912AAE
Tints of Dark Orchid #912AAE
RGB
CMYK
RGB Variations
Color information
#912AAE (or 0x912AAE) is known color: Dark Orchid. HEX triplet: 91, 2A and AE. RGB value is (145,42,174). Sum of RGB (Red+Green+Blue) = 145+42+174=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #912AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912AAE is #6ED551. Grayscale: #575757. Windows color (decimal): -7263570 or 11414161. OLE color: 11414161.
HSL color Cylindrical-coordinate representation of color #912AAE: hue angle of 286.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912AAE is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 42 | 174 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.32 |
| HSL | 286.82º | 0.61% | 0.42% | - |
| HSV(B) | 286.82º | 0.76% | 0.68% | - |
| XYZ | 20.15 | 10.73 | 41.05 | - |
| YUV | 87.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 42 | 174 | 0.17 | 0.76 | 0 | 0.32 | 286.82 | 0.61 | 0.42 |
| Hex | 91 | 2A | AE | 11 | 4C | 0 | 20 | 11F | 3D | 2A |
| Octal | 221 | 52 | 256 | 21 | 114 | 0 | 40 | 437 | 75 | 52 |
| Binary | 10010001 | 101010 | 10101110 | 10001 | 1001100 | 0 | 100000 | 100011111 | 111101 | 101010 |
Color Harmonies of #912AAE
Complementary color
Monochromatic Colors of #912AAE
Black with #912AAE
Text Example
Text Example
White with #912AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912AAE; }
p { color: rgb(145,42,174); }
H1.HeaderClassName
{
color: #912AAE;
}
.AnyTagClassName
{
color: #912AAE;
}
</style>
background-color css
<style>
a { background-color: #912AAE; }
a { background-color: rgb(145,42,174); }
div.DivClassName
{
background-color: #912AAE;
}
.BgClassName
{
background-color: #912AAE;
}
</style>
border-color css
<style>
span { border-color: #912AAE; }
span { border-color: rgb(145,42,174); }
td.TdClassName
{
border-color: #912AAE;
}
.TagClassName
{
border-color: #912AAE;
}
</style>