Shades of Dark Orchid #9126AE
Tints of Dark Orchid #9126AE
RGB
CMYK
RGB Variations
Color information
#9126AE (or 0x9126AE) is known color: Dark Orchid. HEX triplet: 91, 26 and AE. RGB value is (145,38,174). Sum of RGB (Red+Green+Blue) = 145+38+174=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #9126AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9126AE is #6ED951. Grayscale: #555555. Windows color (decimal): -7264594 or 11413137. OLE color: 11413137.
HSL color Cylindrical-coordinate representation of color #9126AE: hue angle of 287.21º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9126AE is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 38 | 174 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.32 |
| HSL | 287.21º | 0.64% | 0.42% | - |
| HSV(B) | 287.21º | 0.78% | 0.68% | - |
| XYZ | 20.01 | 10.46 | 41.01 | - |
| YUV | 85.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 38 | 174 | 0.17 | 0.78 | 0 | 0.32 | 287.21 | 0.64 | 0.42 |
| Hex | 91 | 26 | AE | 11 | 4E | 0 | 20 | 11F | 40 | 2A |
| Octal | 221 | 46 | 256 | 21 | 116 | 0 | 40 | 437 | 100 | 52 |
| Binary | 10010001 | 100110 | 10101110 | 10001 | 1001110 | 0 | 100000 | 100011111 | 1000000 | 101010 |
Color Harmonies of #9126AE
Complementary color
Monochromatic Colors of #9126AE
Black with #9126AE
Text Example
Text Example
White with #9126AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9126AE; }
p { color: rgb(145,38,174); }
H1.HeaderClassName
{
color: #9126AE;
}
.AnyTagClassName
{
color: #9126AE;
}
</style>
background-color css
<style>
a { background-color: #9126AE; }
a { background-color: rgb(145,38,174); }
div.DivClassName
{
background-color: #9126AE;
}
.BgClassName
{
background-color: #9126AE;
}
</style>
border-color css
<style>
span { border-color: #9126AE; }
span { border-color: rgb(145,38,174); }
td.TdClassName
{
border-color: #9126AE;
}
.TagClassName
{
border-color: #9126AE;
}
</style>