Shades of Dark Orchid #9A20BB
Tints of Dark Orchid #9A20BB
RGB
CMYK
RGB Variations
Color information
#9A20BB (or 0x9A20BB) is known color: Dark Orchid. HEX triplet: 9A, 20 and BB. RGB value is (154,32,187). Sum of RGB (Red+Green+Blue) = 154+32+187=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A20BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A20BB is #65DF44. Grayscale: #555555. Windows color (decimal): -6676293 or 12263578. OLE color: 12263578.
HSL color Cylindrical-coordinate representation of color #9A20BB: hue angle of 287.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A20BB is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 32 | 187 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.27 |
| HSL | 287.23º | 0.71% | 0.43% | - |
| HSV(B) | 287.23º | 0.83% | 0.73% | - |
| XYZ | 22.81 | 11.49 | 48.03 | - |
| YUV | 86.15 | 184.92 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 187 | 0.18 | 0.83 | 0 | 0.27 | 287.23 | 0.71 | 0.43 |
| Hex | 9A | 20 | BB | 12 | 53 | 0 | 1B | 11F | 47 | 2B |
| Octal | 232 | 40 | 273 | 22 | 123 | 0 | 33 | 437 | 107 | 53 |
| Binary | 10011010 | 100000 | 10111011 | 10010 | 1010011 | 0 | 11011 | 100011111 | 1000111 | 101011 |
Color Harmonies of #9A20BB
Complementary color
Monochromatic Colors of #9A20BB
Black with #9A20BB
Text Example
Text Example
White with #9A20BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A20BB; }
p { color: rgb(154,32,187); }
H1.HeaderClassName
{
color: #9A20BB;
}
.AnyTagClassName
{
color: #9A20BB;
}
</style>
background-color css
<style>
a { background-color: #9A20BB; }
a { background-color: rgb(154,32,187); }
div.DivClassName
{
background-color: #9A20BB;
}
.BgClassName
{
background-color: #9A20BB;
}
</style>
border-color css
<style>
span { border-color: #9A20BB; }
span { border-color: rgb(154,32,187); }
td.TdClassName
{
border-color: #9A20BB;
}
.TagClassName
{
border-color: #9A20BB;
}
</style>