Shades of Dark Orchid #9045CA
Tints of Dark Orchid #9045CA
RGB
CMYK
RGB Variations
Color information
#9045CA (or 0x9045CA) is known color: Dark Orchid. HEX triplet: 90, 45 and CA. RGB value is (144,69,202). Sum of RGB (Red+Green+Blue) = 144+69+202=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #9045CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9045CA is #6FBA35. Grayscale: #6A6A6A. Windows color (decimal): -7322166 or 13256080. OLE color: 13256080.
HSL color Cylindrical-coordinate representation of color #9045CA: hue angle of 273.83º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9045CA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 69 | 202 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.21 |
| HSL | 273.83º | 0.56% | 0.53% | - |
| HSV(B) | 273.83º | 0.66% | 0.79% | - |
| XYZ | 24.29 | 14.45 | 57.39 | - |
| YUV | 106.59 | 181.85 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 202 | 0.29 | 0.66 | 0 | 0.21 | 273.83 | 0.56 | 0.53 |
| Hex | 90 | 45 | CA | 1D | 42 | 0 | 15 | 112 | 38 | 35 |
| Octal | 220 | 105 | 312 | 35 | 102 | 0 | 25 | 422 | 70 | 65 |
| Binary | 10010000 | 1000101 | 11001010 | 11101 | 1000010 | 0 | 10101 | 100010010 | 111000 | 110101 |
Color Harmonies of #9045CA
Complementary color
Monochromatic Colors of #9045CA
Black with #9045CA
Text Example
Text Example
White with #9045CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9045CA; }
p { color: rgb(144,69,202); }
H1.HeaderClassName
{
color: #9045CA;
}
.AnyTagClassName
{
color: #9045CA;
}
</style>
background-color css
<style>
a { background-color: #9045CA; }
a { background-color: rgb(144,69,202); }
div.DivClassName
{
background-color: #9045CA;
}
.BgClassName
{
background-color: #9045CA;
}
</style>
border-color css
<style>
span { border-color: #9045CA; }
span { border-color: rgb(144,69,202); }
td.TdClassName
{
border-color: #9045CA;
}
.TagClassName
{
border-color: #9045CA;
}
</style>