Shades of Dark Orchid #9019B0
Tints of Dark Orchid #9019B0
RGB
CMYK
RGB Variations
Color information
#9019B0 (or 0x9019B0) is known color: Dark Orchid. HEX triplet: 90, 19 and B0. RGB value is (144,25,176). Sum of RGB (Red+Green+Blue) = 144+25+176=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 176 (69.14% from 255 or 51.01% from 345); Max value from RGB is 176 - color contains mainly: blue. Hex color #9019B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9019B0 is #6FE64F. Grayscale: #4D4D4D. Windows color (decimal): -7333456 or 11540880. OLE color: 11540880.
HSL color Cylindrical-coordinate representation of color #9019B0: hue angle of 287.28º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9019B0 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 25 | 176 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.31 |
| HSL | 287.28º | 0.75% | 0.39% | - |
| HSV(B) | 287.28º | 0.86% | 0.69% | - |
| XYZ | 19.69 | 9.76 | 41.92 | - |
| YUV | 77.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 176 | 0.18 | 0.86 | 0 | 0.31 | 287.28 | 0.75 | 0.39 |
| Hex | 90 | 19 | B0 | 12 | 56 | 0 | 1F | 11F | 4B | 27 |
| Octal | 220 | 31 | 260 | 22 | 126 | 0 | 37 | 437 | 113 | 47 |
| Binary | 10010000 | 11001 | 10110000 | 10010 | 1010110 | 0 | 11111 | 100011111 | 1001011 | 100111 |
Color Harmonies of #9019B0
Complementary color
Monochromatic Colors of #9019B0
Black with #9019B0
Text Example
Text Example
White with #9019B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9019B0; }
p { color: rgb(144,25,176); }
H1.HeaderClassName
{
color: #9019B0;
}
.AnyTagClassName
{
color: #9019B0;
}
</style>
background-color css
<style>
a { background-color: #9019B0; }
a { background-color: rgb(144,25,176); }
div.DivClassName
{
background-color: #9019B0;
}
.BgClassName
{
background-color: #9019B0;
}
</style>
border-color css
<style>
span { border-color: #9019B0; }
span { border-color: rgb(144,25,176); }
td.TdClassName
{
border-color: #9019B0;
}
.TagClassName
{
border-color: #9019B0;
}
</style>