Shades of Dark Orchid #9A2BBE
Tints of Dark Orchid #9A2BBE
RGB
CMYK
RGB Variations
Color information
#9A2BBE (or 0x9A2BBE) is known color: Dark Orchid. HEX triplet: 9A, 2B and BE. RGB value is (154,43,190). Sum of RGB (Red+Green+Blue) = 154+43+190=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 43 (17.19% from 255 or 11.11% 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 #9A2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2BBE is #65D441. Grayscale: #5C5C5C. Windows color (decimal): -6673474 or 12463002. OLE color: 12463002.
HSL color Cylindrical-coordinate representation of color #9A2BBE: hue angle of 285.31º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2BBE is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 43 | 190 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.25 |
| HSL | 285.31º | 0.63% | 0.46% | - |
| HSV(B) | 285.31º | 0.77% | 0.75% | - |
| XYZ | 23.48 | 12.32 | 49.85 | - |
| YUV | 92.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 43 | 190 | 0.19 | 0.77 | 0 | 0.25 | 285.31 | 0.63 | 0.46 |
| Hex | 9A | 2B | BE | 13 | 4D | 0 | 19 | 11D | 3F | 2E |
| Octal | 232 | 53 | 276 | 23 | 115 | 0 | 31 | 435 | 77 | 56 |
| Binary | 10011010 | 101011 | 10111110 | 10011 | 1001101 | 0 | 11001 | 100011101 | 111111 | 101110 |
Color Harmonies of #9A2BBE
Complementary color
Monochromatic Colors of #9A2BBE
Black with #9A2BBE
Text Example
Text Example
White with #9A2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2BBE; }
p { color: rgb(154,43,190); }
H1.HeaderClassName
{
color: #9A2BBE;
}
.AnyTagClassName
{
color: #9A2BBE;
}
</style>
background-color css
<style>
a { background-color: #9A2BBE; }
a { background-color: rgb(154,43,190); }
div.DivClassName
{
background-color: #9A2BBE;
}
.BgClassName
{
background-color: #9A2BBE;
}
</style>
border-color css
<style>
span { border-color: #9A2BBE; }
span { border-color: rgb(154,43,190); }
td.TdClassName
{
border-color: #9A2BBE;
}
.TagClassName
{
border-color: #9A2BBE;
}
</style>