Shades of Dark Orchid #9029AF
Tints of Dark Orchid #9029AF
RGB
CMYK
RGB Variations
Color information
#9029AF (or 0x9029AF) is known color: Dark Orchid. HEX triplet: 90, 29 and AF. RGB value is (144,41,175). Sum of RGB (Red+Green+Blue) = 144+41+175=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #9029AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9029AF is #6FD650. Grayscale: #565656. Windows color (decimal): -7329361 or 11479440. OLE color: 11479440.
HSL color Cylindrical-coordinate representation of color #9029AF: hue angle of 286.12º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9029AF is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 41 | 175 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.31 |
| HSL | 286.12º | 0.62% | 0.42% | - |
| HSV(B) | 286.12º | 0.77% | 0.69% | - |
| XYZ | 20.03 | 10.61 | 41.55 | - |
| YUV | 87.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 175 | 0.18 | 0.77 | 0 | 0.31 | 286.12 | 0.62 | 0.42 |
| Hex | 90 | 29 | AF | 12 | 4D | 0 | 1F | 11E | 3E | 2A |
| Octal | 220 | 51 | 257 | 22 | 115 | 0 | 37 | 436 | 76 | 52 |
| Binary | 10010000 | 101001 | 10101111 | 10010 | 1001101 | 0 | 11111 | 100011110 | 111110 | 101010 |
Color Harmonies of #9029AF
Complementary color
Monochromatic Colors of #9029AF
Black with #9029AF
Text Example
Text Example
White with #9029AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9029AF; }
p { color: rgb(144,41,175); }
H1.HeaderClassName
{
color: #9029AF;
}
.AnyTagClassName
{
color: #9029AF;
}
</style>
background-color css
<style>
a { background-color: #9029AF; }
a { background-color: rgb(144,41,175); }
div.DivClassName
{
background-color: #9029AF;
}
.BgClassName
{
background-color: #9029AF;
}
</style>
border-color css
<style>
span { border-color: #9029AF; }
span { border-color: rgb(144,41,175); }
td.TdClassName
{
border-color: #9029AF;
}
.TagClassName
{
border-color: #9029AF;
}
</style>