Shades of Dark Orchid #9B2BAE
Tints of Dark Orchid #9B2BAE
RGB
CMYK
RGB Variations
Color information
#9B2BAE (or 0x9B2BAE) is known color: Dark Orchid. HEX triplet: 9B, 2B and AE. RGB value is (155,43,174). Sum of RGB (Red+Green+Blue) = 155+43+174=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2BAE is #64D451. Grayscale: #5B5B5B. Windows color (decimal): -6607954 or 11414427. OLE color: 11414427.
HSL color Cylindrical-coordinate representation of color #9B2BAE: hue angle of 291.3º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2BAE is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 43 | 174 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.32 |
| HSL | 291.3º | 0.6% | 0.43% | - |
| HSV(B) | 291.3º | 0.75% | 0.68% | - |
| XYZ | 22.02 | 11.75 | 41.15 | - |
| YUV | 91.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 43 | 174 | 0.11 | 0.75 | 0 | 0.32 | 291.3 | 0.6 | 0.43 |
| Hex | 9B | 2B | AE | B | 4B | 0 | 20 | 123 | 3C | 2B |
| Octal | 233 | 53 | 256 | 13 | 113 | 0 | 40 | 443 | 74 | 53 |
| Binary | 10011011 | 101011 | 10101110 | 1011 | 1001011 | 0 | 100000 | 100100011 | 111100 | 101011 |
Color Harmonies of #9B2BAE
Complementary color
Monochromatic Colors of #9B2BAE
Black with #9B2BAE
Text Example
Text Example
White with #9B2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2BAE; }
p { color: rgb(155,43,174); }
H1.HeaderClassName
{
color: #9B2BAE;
}
.AnyTagClassName
{
color: #9B2BAE;
}
</style>
background-color css
<style>
a { background-color: #9B2BAE; }
a { background-color: rgb(155,43,174); }
div.DivClassName
{
background-color: #9B2BAE;
}
.BgClassName
{
background-color: #9B2BAE;
}
</style>
border-color css
<style>
span { border-color: #9B2BAE; }
span { border-color: rgb(155,43,174); }
td.TdClassName
{
border-color: #9B2BAE;
}
.TagClassName
{
border-color: #9B2BAE;
}
</style>