Shades of Dark Orchid #9040CA
Tints of Dark Orchid #9040CA
RGB
CMYK
RGB Variations
Color information
#9040CA (or 0x9040CA) is known color: Dark Orchid. HEX triplet: 90, 40 and CA. RGB value is (144,64,202). Sum of RGB (Red+Green+Blue) = 144+64+202=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #9040CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9040CA is #6FBF35. Grayscale: #676767. Windows color (decimal): -7323446 or 13254800. OLE color: 13254800.
HSL color Cylindrical-coordinate representation of color #9040CA: hue angle of 274.78º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9040CA is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 64 | 202 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.21 |
| HSL | 274.78º | 0.57% | 0.52% | - |
| HSV(B) | 274.78º | 0.68% | 0.79% | - |
| XYZ | 24 | 13.86 | 57.29 | - |
| YUV | 103.65 | 183.5 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 202 | 0.29 | 0.68 | 0 | 0.21 | 274.78 | 0.57 | 0.52 |
| Hex | 90 | 40 | CA | 1D | 44 | 0 | 15 | 113 | 39 | 34 |
| Octal | 220 | 100 | 312 | 35 | 104 | 0 | 25 | 423 | 71 | 64 |
| Binary | 10010000 | 1000000 | 11001010 | 11101 | 1000100 | 0 | 10101 | 100010011 | 111001 | 110100 |
Color Harmonies of #9040CA
Complementary color
Monochromatic Colors of #9040CA
Black with #9040CA
Text Example
Text Example
White with #9040CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9040CA; }
p { color: rgb(144,64,202); }
H1.HeaderClassName
{
color: #9040CA;
}
.AnyTagClassName
{
color: #9040CA;
}
</style>
background-color css
<style>
a { background-color: #9040CA; }
a { background-color: rgb(144,64,202); }
div.DivClassName
{
background-color: #9040CA;
}
.BgClassName
{
background-color: #9040CA;
}
</style>
border-color css
<style>
span { border-color: #9040CA; }
span { border-color: rgb(144,64,202); }
td.TdClassName
{
border-color: #9040CA;
}
.TagClassName
{
border-color: #9040CA;
}
</style>