Shades of Dark Orchid #9B2ABE
Tints of Dark Orchid #9B2ABE
RGB
CMYK
RGB Variations
Color information
#9B2ABE (or 0x9B2ABE) is known color: Dark Orchid. HEX triplet: 9B, 2A and BE. RGB value is (155,42,190). Sum of RGB (Red+Green+Blue) = 155+42+190=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2ABE is #64D541. Grayscale: #5C5C5C. Windows color (decimal): -6608194 or 12462747. OLE color: 12462747.
HSL color Cylindrical-coordinate representation of color #9B2ABE: hue angle of 285.81º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B2ABE is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 42 | 190 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.25 |
| HSL | 285.81º | 0.64% | 0.45% | - |
| HSV(B) | 285.81º | 0.78% | 0.75% | - |
| XYZ | 23.64 | 12.34 | 49.85 | - |
| YUV | 92.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 42 | 190 | 0.18 | 0.78 | 0 | 0.25 | 285.81 | 0.64 | 0.45 |
| Hex | 9B | 2A | BE | 12 | 4E | 0 | 19 | 11E | 40 | 2D |
| Octal | 233 | 52 | 276 | 22 | 116 | 0 | 31 | 436 | 100 | 55 |
| Binary | 10011011 | 101010 | 10111110 | 10010 | 1001110 | 0 | 11001 | 100011110 | 1000000 | 101101 |
Color Harmonies of #9B2ABE
Complementary color
Monochromatic Colors of #9B2ABE
Black with #9B2ABE
Text Example
Text Example
White with #9B2ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2ABE; }
p { color: rgb(155,42,190); }
H1.HeaderClassName
{
color: #9B2ABE;
}
.AnyTagClassName
{
color: #9B2ABE;
}
</style>
background-color css
<style>
a { background-color: #9B2ABE; }
a { background-color: rgb(155,42,190); }
div.DivClassName
{
background-color: #9B2ABE;
}
.BgClassName
{
background-color: #9B2ABE;
}
</style>
border-color css
<style>
span { border-color: #9B2ABE; }
span { border-color: rgb(155,42,190); }
td.TdClassName
{
border-color: #9B2ABE;
}
.TagClassName
{
border-color: #9B2ABE;
}
</style>