Shades of Dark Orchid #9020AF
Tints of Dark Orchid #9020AF
RGB
CMYK
RGB Variations
Color information
#9020AF (or 0x9020AF) is known color: Dark Orchid. HEX triplet: 90, 20 and AF. RGB value is (144,32,175). Sum of RGB (Red+Green+Blue) = 144+32+175=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #9020AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9020AF is #6FDF50. Grayscale: #515151. Windows color (decimal): -7331665 or 11477136. OLE color: 11477136.
HSL color Cylindrical-coordinate representation of color #9020AF: hue angle of 286.99º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9020AF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 32 | 175 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.31 |
| HSL | 286.99º | 0.69% | 0.41% | - |
| HSV(B) | 286.99º | 0.82% | 0.69% | - |
| XYZ | 19.76 | 10.06 | 41.46 | - |
| YUV | 81.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 175 | 0.18 | 0.82 | 0 | 0.31 | 286.99 | 0.69 | 0.41 |
| Hex | 90 | 20 | AF | 12 | 52 | 0 | 1F | 11F | 45 | 29 |
| Octal | 220 | 40 | 257 | 22 | 122 | 0 | 37 | 437 | 105 | 51 |
| Binary | 10010000 | 100000 | 10101111 | 10010 | 1010010 | 0 | 11111 | 100011111 | 1000101 | 101001 |
Color Harmonies of #9020AF
Complementary color
Monochromatic Colors of #9020AF
Black with #9020AF
Text Example
Text Example
White with #9020AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9020AF; }
p { color: rgb(144,32,175); }
H1.HeaderClassName
{
color: #9020AF;
}
.AnyTagClassName
{
color: #9020AF;
}
</style>
background-color css
<style>
a { background-color: #9020AF; }
a { background-color: rgb(144,32,175); }
div.DivClassName
{
background-color: #9020AF;
}
.BgClassName
{
background-color: #9020AF;
}
</style>
border-color css
<style>
span { border-color: #9020AF; }
span { border-color: rgb(144,32,175); }
td.TdClassName
{
border-color: #9020AF;
}
.TagClassName
{
border-color: #9020AF;
}
</style>