Shades of Dark Orchid #9B2AAE
Tints of Dark Orchid #9B2AAE
RGB
CMYK
RGB Variations
Color information
#9B2AAE (or 0x9B2AAE) is known color: Dark Orchid. HEX triplet: 9B, 2A and AE. RGB value is (155,42,174). Sum of RGB (Red+Green+Blue) = 155+42+174=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B2AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2AAE is #64D551. Grayscale: #5A5A5A. Windows color (decimal): -6608210 or 11414171. OLE color: 11414171.
HSL color Cylindrical-coordinate representation of color #9B2AAE: hue angle of 291.36º 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 #9B2AAE is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 42 | 174 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.32 |
| HSL | 291.36º | 0.61% | 0.42% | - |
| HSV(B) | 291.36º | 0.76% | 0.68% | - |
| XYZ | 21.99 | 11.68 | 41.14 | - |
| YUV | 90.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 42 | 174 | 0.11 | 0.76 | 0 | 0.32 | 291.36 | 0.61 | 0.42 |
| Hex | 9B | 2A | AE | B | 4C | 0 | 20 | 123 | 3D | 2A |
| Octal | 233 | 52 | 256 | 13 | 114 | 0 | 40 | 443 | 75 | 52 |
| Binary | 10011011 | 101010 | 10101110 | 1011 | 1001100 | 0 | 100000 | 100100011 | 111101 | 101010 |
Color Harmonies of #9B2AAE
Complementary color
Monochromatic Colors of #9B2AAE
Black with #9B2AAE
Text Example
Text Example
White with #9B2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2AAE; }
p { color: rgb(155,42,174); }
H1.HeaderClassName
{
color: #9B2AAE;
}
.AnyTagClassName
{
color: #9B2AAE;
}
</style>
background-color css
<style>
a { background-color: #9B2AAE; }
a { background-color: rgb(155,42,174); }
div.DivClassName
{
background-color: #9B2AAE;
}
.BgClassName
{
background-color: #9B2AAE;
}
</style>
border-color css
<style>
span { border-color: #9B2AAE; }
span { border-color: rgb(155,42,174); }
td.TdClassName
{
border-color: #9B2AAE;
}
.TagClassName
{
border-color: #9B2AAE;
}
</style>