Shades of Dark Orchid #9B2AAA
Tints of Dark Orchid #9B2AAA
RGB
CMYK
RGB Variations
Color information
#9B2AAA (or 0x9B2AAA) is known color: Dark Orchid. HEX triplet: 9B, 2A and AA. RGB value is (155,42,170). Sum of RGB (Red+Green+Blue) = 155+42+170=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2AAA is #64D555. Grayscale: #595959. Windows color (decimal): -6608214 or 11152027. OLE color: 11152027.
HSL color Cylindrical-coordinate representation of color #9B2AAA: hue angle of 292.97º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2AAA is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 42 | 170 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.33 |
| HSL | 292.97º | 0.6% | 0.42% | - |
| HSV(B) | 292.97º | 0.75% | 0.67% | - |
| XYZ | 21.6 | 11.53 | 39.12 | - |
| YUV | 90.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 42 | 170 | 0.09 | 0.75 | 0 | 0.33 | 292.97 | 0.6 | 0.42 |
| Hex | 9B | 2A | AA | 9 | 4B | 0 | 21 | 125 | 3C | 2A |
| Octal | 233 | 52 | 252 | 11 | 113 | 0 | 41 | 445 | 74 | 52 |
| Binary | 10011011 | 101010 | 10101010 | 1001 | 1001011 | 0 | 100001 | 100100101 | 111100 | 101010 |
Color Harmonies of #9B2AAA
Complementary color
Monochromatic Colors of #9B2AAA
Black with #9B2AAA
Text Example
Text Example
White with #9B2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2AAA; }
p { color: rgb(155,42,170); }
H1.HeaderClassName
{
color: #9B2AAA;
}
.AnyTagClassName
{
color: #9B2AAA;
}
</style>
background-color css
<style>
a { background-color: #9B2AAA; }
a { background-color: rgb(155,42,170); }
div.DivClassName
{
background-color: #9B2AAA;
}
.BgClassName
{
background-color: #9B2AAA;
}
</style>
border-color css
<style>
span { border-color: #9B2AAA; }
span { border-color: rgb(155,42,170); }
td.TdClassName
{
border-color: #9B2AAA;
}
.TagClassName
{
border-color: #9B2AAA;
}
</style>