Shades of Dark Orchid #9039CF
Tints of Dark Orchid #9039CF
RGB
CMYK
RGB Variations
Color information
#9039CF (or 0x9039CF) is known color: Dark Orchid. HEX triplet: 90, 39 and CF. RGB value is (144,57,207). Sum of RGB (Red+Green+Blue) = 144+57+207=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #9039CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9039CF is #6FC630. Grayscale: #636363. Windows color (decimal): -7325233 or 13580688. OLE color: 13580688.
HSL color Cylindrical-coordinate representation of color #9039CF: hue angle of 274.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9039CF is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 57 | 207 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.19 |
| HSL | 274.8º | 0.61% | 0.52% | - |
| HSV(B) | 274.8º | 0.72% | 0.81% | - |
| XYZ | 24.23 | 13.36 | 60.33 | - |
| YUV | 100.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 207 | 0.30 | 0.72 | 0 | 0.19 | 274.8 | 0.61 | 0.52 |
| Hex | 90 | 39 | CF | 1E | 48 | 0 | 13 | 113 | 3D | 34 |
| Octal | 220 | 71 | 317 | 36 | 110 | 0 | 23 | 423 | 75 | 64 |
| Binary | 10010000 | 111001 | 11001111 | 11110 | 1001000 | 0 | 10011 | 100010011 | 111101 | 110100 |
Color Harmonies of #9039CF
Complementary color
Monochromatic Colors of #9039CF
Black with #9039CF
Text Example
Text Example
White with #9039CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9039CF; }
p { color: rgb(144,57,207); }
H1.HeaderClassName
{
color: #9039CF;
}
.AnyTagClassName
{
color: #9039CF;
}
</style>
background-color css
<style>
a { background-color: #9039CF; }
a { background-color: rgb(144,57,207); }
div.DivClassName
{
background-color: #9039CF;
}
.BgClassName
{
background-color: #9039CF;
}
</style>
border-color css
<style>
span { border-color: #9039CF; }
span { border-color: rgb(144,57,207); }
td.TdClassName
{
border-color: #9039CF;
}
.TagClassName
{
border-color: #9039CF;
}
</style>