Shades of Dark Orchid #901AC4
Tints of Dark Orchid #901AC4
RGB
CMYK
RGB Variations
Color information
#901AC4 (or 0x901AC4) is known color: Dark Orchid. HEX triplet: 90, 1A and C4. RGB value is (144,26,196). Sum of RGB (Red+Green+Blue) = 144+26+196=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 196 (76.95% from 255 or 53.55% from 366); Max value from RGB is 196 - color contains mainly: blue. Hex color #901AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901AC4 is #6FE53B. Grayscale: #505050. Windows color (decimal): -7333180 or 12851856. OLE color: 12851856.
HSL color Cylindrical-coordinate representation of color #901AC4: hue angle of 281.65º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901AC4 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 26 | 196 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.23 |
| HSL | 281.65º | 0.77% | 0.44% | - |
| HSV(B) | 281.65º | 0.87% | 0.77% | - |
| XYZ | 21.83 | 10.65 | 53.13 | - |
| YUV | 80.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 196 | 0.27 | 0.87 | 0 | 0.23 | 281.65 | 0.77 | 0.44 |
| Hex | 90 | 1A | C4 | 1B | 57 | 0 | 17 | 11A | 4D | 2C |
| Octal | 220 | 32 | 304 | 33 | 127 | 0 | 27 | 432 | 115 | 54 |
| Binary | 10010000 | 11010 | 11000100 | 11011 | 1010111 | 0 | 10111 | 100011010 | 1001101 | 101100 |
Color Harmonies of #901AC4
Complementary color
Monochromatic Colors of #901AC4
Black with #901AC4
Text Example
Text Example
White with #901AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901AC4; }
p { color: rgb(144,26,196); }
H1.HeaderClassName
{
color: #901AC4;
}
.AnyTagClassName
{
color: #901AC4;
}
</style>
background-color css
<style>
a { background-color: #901AC4; }
a { background-color: rgb(144,26,196); }
div.DivClassName
{
background-color: #901AC4;
}
.BgClassName
{
background-color: #901AC4;
}
</style>
border-color css
<style>
span { border-color: #901AC4; }
span { border-color: rgb(144,26,196); }
td.TdClassName
{
border-color: #901AC4;
}
.TagClassName
{
border-color: #901AC4;
}
</style>