Shades of Dark Orchid #9045CC
Tints of Dark Orchid #9045CC
RGB
CMYK
RGB Variations
Color information
#9045CC (or 0x9045CC) is known color: Dark Orchid. HEX triplet: 90, 45 and CC. RGB value is (144,69,204). Sum of RGB (Red+Green+Blue) = 144+69+204=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #9045CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9045CC is #6FBA33. Grayscale: #6A6A6A. Windows color (decimal): -7322164 or 13387152. OLE color: 13387152.
HSL color Cylindrical-coordinate representation of color #9045CC: hue angle of 273.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9045CC is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 69 | 204 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.2 |
| HSL | 273.33º | 0.57% | 0.54% | - |
| HSV(B) | 273.33º | 0.66% | 0.8% | - |
| XYZ | 24.53 | 14.55 | 58.64 | - |
| YUV | 106.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 204 | 0.29 | 0.66 | 0 | 0.2 | 273.33 | 0.57 | 0.54 |
| Hex | 90 | 45 | CC | 1D | 42 | 0 | 14 | 111 | 39 | 36 |
| Octal | 220 | 105 | 314 | 35 | 102 | 0 | 24 | 421 | 71 | 66 |
| Binary | 10010000 | 1000101 | 11001100 | 11101 | 1000010 | 0 | 10100 | 100010001 | 111001 | 110110 |
Color Harmonies of #9045CC
Complementary color
Monochromatic Colors of #9045CC
Black with #9045CC
Text Example
Text Example
White with #9045CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9045CC; }
p { color: rgb(144,69,204); }
H1.HeaderClassName
{
color: #9045CC;
}
.AnyTagClassName
{
color: #9045CC;
}
</style>
background-color css
<style>
a { background-color: #9045CC; }
a { background-color: rgb(144,69,204); }
div.DivClassName
{
background-color: #9045CC;
}
.BgClassName
{
background-color: #9045CC;
}
</style>
border-color css
<style>
span { border-color: #9045CC; }
span { border-color: rgb(144,69,204); }
td.TdClassName
{
border-color: #9045CC;
}
.TagClassName
{
border-color: #9045CC;
}
</style>