Shades of Dark Orchid #901AAF
Tints of Dark Orchid #901AAF
RGB
CMYK
RGB Variations
Color information
#901AAF (or 0x901AAF) is known color: Dark Orchid. HEX triplet: 90, 1A and AF. RGB value is (144,26,175). Sum of RGB (Red+Green+Blue) = 144+26+175=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #901AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901AAF is #6FE550. Grayscale: #4D4D4D. Windows color (decimal): -7333201 or 11475600. OLE color: 11475600.
HSL color Cylindrical-coordinate representation of color #901AAF: hue angle of 287.52º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901AAF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 26 | 175 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.31 |
| HSL | 287.52º | 0.74% | 0.39% | - |
| HSV(B) | 287.52º | 0.85% | 0.69% | - |
| XYZ | 19.61 | 9.76 | 41.41 | - |
| YUV | 78.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 175 | 0.18 | 0.85 | 0 | 0.31 | 287.52 | 0.74 | 0.39 |
| Hex | 90 | 1A | AF | 12 | 55 | 0 | 1F | 120 | 4A | 27 |
| Octal | 220 | 32 | 257 | 22 | 125 | 0 | 37 | 440 | 112 | 47 |
| Binary | 10010000 | 11010 | 10101111 | 10010 | 1010101 | 0 | 11111 | 100100000 | 1001010 | 100111 |
Color Harmonies of #901AAF
Complementary color
Monochromatic Colors of #901AAF
Black with #901AAF
Text Example
Text Example
White with #901AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901AAF; }
p { color: rgb(144,26,175); }
H1.HeaderClassName
{
color: #901AAF;
}
.AnyTagClassName
{
color: #901AAF;
}
</style>
background-color css
<style>
a { background-color: #901AAF; }
a { background-color: rgb(144,26,175); }
div.DivClassName
{
background-color: #901AAF;
}
.BgClassName
{
background-color: #901AAF;
}
</style>
border-color css
<style>
span { border-color: #901AAF; }
span { border-color: rgb(144,26,175); }
td.TdClassName
{
border-color: #901AAF;
}
.TagClassName
{
border-color: #901AAF;
}
</style>