Shades of Dark Orchid #9028BE
Tints of Dark Orchid #9028BE
RGB
CMYK
RGB Variations
Color information
#9028BE (or 0x9028BE) is known color: Dark Orchid. HEX triplet: 90, 28 and BE. RGB value is (144,40,190). Sum of RGB (Red+Green+Blue) = 144+40+190=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #9028BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9028BE is #6FD741. Grayscale: #575757. Windows color (decimal): -7329602 or 12462224. OLE color: 12462224.
HSL color Cylindrical-coordinate representation of color #9028BE: hue angle of 281.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9028BE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 40 | 190 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.25 |
| HSL | 281.6º | 0.65% | 0.45% | - |
| HSV(B) | 281.6º | 0.79% | 0.75% | - |
| XYZ | 21.55 | 11.16 | 49.73 | - |
| YUV | 88.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 190 | 0.24 | 0.79 | 0 | 0.25 | 281.6 | 0.65 | 0.45 |
| Hex | 90 | 28 | BE | 18 | 4F | 0 | 19 | 11A | 41 | 2D |
| Octal | 220 | 50 | 276 | 30 | 117 | 0 | 31 | 432 | 101 | 55 |
| Binary | 10010000 | 101000 | 10111110 | 11000 | 1001111 | 0 | 11001 | 100011010 | 1000001 | 101101 |
Color Harmonies of #9028BE
Complementary color
Monochromatic Colors of #9028BE
Black with #9028BE
Text Example
Text Example
White with #9028BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9028BE; }
p { color: rgb(144,40,190); }
H1.HeaderClassName
{
color: #9028BE;
}
.AnyTagClassName
{
color: #9028BE;
}
</style>
background-color css
<style>
a { background-color: #9028BE; }
a { background-color: rgb(144,40,190); }
div.DivClassName
{
background-color: #9028BE;
}
.BgClassName
{
background-color: #9028BE;
}
</style>
border-color css
<style>
span { border-color: #9028BE; }
span { border-color: rgb(144,40,190); }
td.TdClassName
{
border-color: #9028BE;
}
.TagClassName
{
border-color: #9028BE;
}
</style>