Shades of Dark Orchid #9020BB
Tints of Dark Orchid #9020BB
RGB
CMYK
RGB Variations
Color information
#9020BB (or 0x9020BB) is known color: Dark Orchid. HEX triplet: 90, 20 and BB. RGB value is (144,32,187). Sum of RGB (Red+Green+Blue) = 144+32+187=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #9020BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9020BB is #6FDF44. Grayscale: #525252. Windows color (decimal): -7331653 or 12263568. OLE color: 12263568.
HSL color Cylindrical-coordinate representation of color #9020BB: hue angle of 283.35º 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 #9020BB is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 32 | 187 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.27 |
| HSL | 283.35º | 0.71% | 0.43% | - |
| HSV(B) | 283.35º | 0.83% | 0.73% | - |
| XYZ | 20.99 | 10.55 | 47.94 | - |
| YUV | 83.16 | 186.61 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 187 | 0.23 | 0.83 | 0 | 0.27 | 283.35 | 0.71 | 0.43 |
| Hex | 90 | 20 | BB | 17 | 53 | 0 | 1B | 11B | 47 | 2B |
| Octal | 220 | 40 | 273 | 27 | 123 | 0 | 33 | 433 | 107 | 53 |
| Binary | 10010000 | 100000 | 10111011 | 10111 | 1010011 | 0 | 11011 | 100011011 | 1000111 | 101011 |
Color Harmonies of #9020BB
Complementary color
Monochromatic Colors of #9020BB
Black with #9020BB
Text Example
Text Example
White with #9020BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9020BB; }
p { color: rgb(144,32,187); }
H1.HeaderClassName
{
color: #9020BB;
}
.AnyTagClassName
{
color: #9020BB;
}
</style>
background-color css
<style>
a { background-color: #9020BB; }
a { background-color: rgb(144,32,187); }
div.DivClassName
{
background-color: #9020BB;
}
.BgClassName
{
background-color: #9020BB;
}
</style>
border-color css
<style>
span { border-color: #9020BB; }
span { border-color: rgb(144,32,187); }
td.TdClassName
{
border-color: #9020BB;
}
.TagClassName
{
border-color: #9020BB;
}
</style>