Shades of Dark Orchid #9019C8
Tints of Dark Orchid #9019C8
RGB
CMYK
RGB Variations
Color information
#9019C8 (or 0x9019C8) is known color: Dark Orchid. HEX triplet: 90, 19 and C8. RGB value is (144,25,200). Sum of RGB (Red+Green+Blue) = 144+25+200=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 200 (78.52% from 255 or 54.20% from 369); Max value from RGB is 200 - color contains mainly: blue. Hex color #9019C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9019C8 is #6FE637. Grayscale: #4F4F4F. Windows color (decimal): -7333432 or 13113744. OLE color: 13113744.
HSL color Cylindrical-coordinate representation of color #9019C8: hue angle of 280.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9019C8 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 25 | 200 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.22 |
| HSL | 280.8º | 0.78% | 0.44% | - |
| HSV(B) | 280.8º | 0.88% | 0.78% | - |
| XYZ | 22.27 | 10.79 | 55.55 | - |
| YUV | 80.53 | 195.42 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 200 | 0.28 | 0.88 | 0 | 0.22 | 280.8 | 0.78 | 0.44 |
| Hex | 90 | 19 | C8 | 1C | 58 | 0 | 16 | 119 | 4E | 2C |
| Octal | 220 | 31 | 310 | 34 | 130 | 0 | 26 | 431 | 116 | 54 |
| Binary | 10010000 | 11001 | 11001000 | 11100 | 1011000 | 0 | 10110 | 100011001 | 1001110 | 101100 |
Color Harmonies of #9019C8
Complementary color
Monochromatic Colors of #9019C8
Black with #9019C8
Text Example
Text Example
White with #9019C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9019C8; }
p { color: rgb(144,25,200); }
H1.HeaderClassName
{
color: #9019C8;
}
.AnyTagClassName
{
color: #9019C8;
}
</style>
background-color css
<style>
a { background-color: #9019C8; }
a { background-color: rgb(144,25,200); }
div.DivClassName
{
background-color: #9019C8;
}
.BgClassName
{
background-color: #9019C8;
}
</style>
border-color css
<style>
span { border-color: #9019C8; }
span { border-color: rgb(144,25,200); }
td.TdClassName
{
border-color: #9019C8;
}
.TagClassName
{
border-color: #9019C8;
}
</style>