Shades of Dark Orchid #9030BA
Tints of Dark Orchid #9030BA
RGB
CMYK
RGB Variations
Color information
#9030BA (or 0x9030BA) is known color: Dark Orchid. HEX triplet: 90, 30 and BA. RGB value is (144,48,186). Sum of RGB (Red+Green+Blue) = 144+48+186=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #9030BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9030BA is #6FCF45. Grayscale: #5B5B5B. Windows color (decimal): -7327558 or 12202128. OLE color: 12202128.
HSL color Cylindrical-coordinate representation of color #9030BA: hue angle of 281.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9030BA is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 48 | 186 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.27 |
| HSL | 281.74º | 0.59% | 0.46% | - |
| HSV(B) | 281.74º | 0.74% | 0.73% | - |
| XYZ | 21.42 | 11.59 | 47.56 | - |
| YUV | 92.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 186 | 0.23 | 0.74 | 0 | 0.27 | 281.74 | 0.59 | 0.46 |
| Hex | 90 | 30 | BA | 17 | 4A | 0 | 1B | 11A | 3B | 2E |
| Octal | 220 | 60 | 272 | 27 | 112 | 0 | 33 | 432 | 73 | 56 |
| Binary | 10010000 | 110000 | 10111010 | 10111 | 1001010 | 0 | 11011 | 100011010 | 111011 | 101110 |
Color Harmonies of #9030BA
Complementary color
Monochromatic Colors of #9030BA
Black with #9030BA
Text Example
Text Example
White with #9030BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9030BA; }
p { color: rgb(144,48,186); }
H1.HeaderClassName
{
color: #9030BA;
}
.AnyTagClassName
{
color: #9030BA;
}
</style>
background-color css
<style>
a { background-color: #9030BA; }
a { background-color: rgb(144,48,186); }
div.DivClassName
{
background-color: #9030BA;
}
.BgClassName
{
background-color: #9030BA;
}
</style>
border-color css
<style>
span { border-color: #9030BA; }
span { border-color: rgb(144,48,186); }
td.TdClassName
{
border-color: #9030BA;
}
.TagClassName
{
border-color: #9030BA;
}
</style>