Shades of Dark Orchid #9027AF
Tints of Dark Orchid #9027AF
RGB
CMYK
RGB Variations
Color information
#9027AF (or 0x9027AF) is known color: Dark Orchid. HEX triplet: 90, 27 and AF. RGB value is (144,39,175). Sum of RGB (Red+Green+Blue) = 144+39+175=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #9027AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9027AF is #6FD850. Grayscale: #555555. Windows color (decimal): -7329873 or 11478928. OLE color: 11478928.
HSL color Cylindrical-coordinate representation of color #9027AF: hue angle of 286.32º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9027AF is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 39 | 175 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.31 |
| HSL | 286.32º | 0.64% | 0.42% | - |
| HSV(B) | 286.32º | 0.78% | 0.69% | - |
| XYZ | 19.96 | 10.48 | 41.53 | - |
| YUV | 85.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 175 | 0.18 | 0.78 | 0 | 0.31 | 286.32 | 0.64 | 0.42 |
| Hex | 90 | 27 | AF | 12 | 4E | 0 | 1F | 11E | 40 | 2A |
| Octal | 220 | 47 | 257 | 22 | 116 | 0 | 37 | 436 | 100 | 52 |
| Binary | 10010000 | 100111 | 10101111 | 10010 | 1001110 | 0 | 11111 | 100011110 | 1000000 | 101010 |
Color Harmonies of #9027AF
Complementary color
Monochromatic Colors of #9027AF
Black with #9027AF
Text Example
Text Example
White with #9027AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9027AF; }
p { color: rgb(144,39,175); }
H1.HeaderClassName
{
color: #9027AF;
}
.AnyTagClassName
{
color: #9027AF;
}
</style>
background-color css
<style>
a { background-color: #9027AF; }
a { background-color: rgb(144,39,175); }
div.DivClassName
{
background-color: #9027AF;
}
.BgClassName
{
background-color: #9027AF;
}
</style>
border-color css
<style>
span { border-color: #9027AF; }
span { border-color: rgb(144,39,175); }
td.TdClassName
{
border-color: #9027AF;
}
.TagClassName
{
border-color: #9027AF;
}
</style>