Shades of Dark Orchid #9028BA
Tints of Dark Orchid #9028BA
RGB
CMYK
RGB Variations
Color information
#9028BA (or 0x9028BA) is known color: Dark Orchid. HEX triplet: 90, 28 and BA. RGB value is (144,40,186). Sum of RGB (Red+Green+Blue) = 144+40+186=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #9028BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9028BA is #6FD745. Grayscale: #575757. Windows color (decimal): -7329606 or 12200080. OLE color: 12200080.
HSL color Cylindrical-coordinate representation of color #9028BA: hue angle of 282.74º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9028BA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 40 | 186 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.27 |
| HSL | 282.74º | 0.65% | 0.44% | - |
| HSV(B) | 282.74º | 0.78% | 0.73% | - |
| XYZ | 21.12 | 10.99 | 47.46 | - |
| YUV | 87.74 | 183.46 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 186 | 0.23 | 0.78 | 0 | 0.27 | 282.74 | 0.65 | 0.44 |
| Hex | 90 | 28 | BA | 17 | 4E | 0 | 1B | 11B | 41 | 2C |
| Octal | 220 | 50 | 272 | 27 | 116 | 0 | 33 | 433 | 101 | 54 |
| Binary | 10010000 | 101000 | 10111010 | 10111 | 1001110 | 0 | 11011 | 100011011 | 1000001 | 101100 |
Color Harmonies of #9028BA
Complementary color
Monochromatic Colors of #9028BA
Black with #9028BA
Text Example
Text Example
White with #9028BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9028BA; }
p { color: rgb(144,40,186); }
H1.HeaderClassName
{
color: #9028BA;
}
.AnyTagClassName
{
color: #9028BA;
}
</style>
background-color css
<style>
a { background-color: #9028BA; }
a { background-color: rgb(144,40,186); }
div.DivClassName
{
background-color: #9028BA;
}
.BgClassName
{
background-color: #9028BA;
}
</style>
border-color css
<style>
span { border-color: #9028BA; }
span { border-color: rgb(144,40,186); }
td.TdClassName
{
border-color: #9028BA;
}
.TagClassName
{
border-color: #9028BA;
}
</style>