Shades of Dark Orchid #9040CC
Tints of Dark Orchid #9040CC
RGB
CMYK
RGB Variations
Color information
#9040CC (or 0x9040CC) is known color: Dark Orchid. HEX triplet: 90, 40 and CC. RGB value is (144,64,204). Sum of RGB (Red+Green+Blue) = 144+64+204=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #9040CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9040CC is #6FBF33. Grayscale: #676767. Windows color (decimal): -7323444 or 13385872. OLE color: 13385872.
HSL color Cylindrical-coordinate representation of color #9040CC: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9040CC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 64 | 204 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.2 |
| HSL | 274.29º | 0.58% | 0.53% | - |
| HSV(B) | 274.29º | 0.69% | 0.8% | - |
| XYZ | 24.23 | 13.96 | 58.54 | - |
| YUV | 103.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 204 | 0.29 | 0.69 | 0 | 0.2 | 274.29 | 0.58 | 0.53 |
| Hex | 90 | 40 | CC | 1D | 45 | 0 | 14 | 112 | 3A | 35 |
| Octal | 220 | 100 | 314 | 35 | 105 | 0 | 24 | 422 | 72 | 65 |
| Binary | 10010000 | 1000000 | 11001100 | 11101 | 1000101 | 0 | 10100 | 100010010 | 111010 | 110101 |
Color Harmonies of #9040CC
Complementary color
Monochromatic Colors of #9040CC
Black with #9040CC
Text Example
Text Example
White with #9040CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9040CC; }
p { color: rgb(144,64,204); }
H1.HeaderClassName
{
color: #9040CC;
}
.AnyTagClassName
{
color: #9040CC;
}
</style>
background-color css
<style>
a { background-color: #9040CC; }
a { background-color: rgb(144,64,204); }
div.DivClassName
{
background-color: #9040CC;
}
.BgClassName
{
background-color: #9040CC;
}
</style>
border-color css
<style>
span { border-color: #9040CC; }
span { border-color: rgb(144,64,204); }
td.TdClassName
{
border-color: #9040CC;
}
.TagClassName
{
border-color: #9040CC;
}
</style>