#901AC5

Color #901AC5 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #901AC5

Tints of Dark Orchid #901AC5

Color information

#901AC5 (or 0x901AC5) is unknown color: approx Dark Orchid. HEX triplet: 90, 1A and C5. RGB value is (144,26,197). Sum of RGB (Red+Green+Blue) = 144+26+197=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 197 (77.34% from 255 or 53.68% from 367); Max value from RGB is 197 - color contains mainly: blue. Hex color #901AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901AC5 is #6FE53A. Grayscale: #505050. Windows color (decimal): -7333179 or 12917392. OLE color: 12917392.

HSL color Cylindrical-coordinate representation of color #901AC5: hue angle of 281.4º 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 #901AC5 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14426197-
CMYK0.270.8700.23
HSL281.4º76.68%43.73%-
HSV(B)281.4º86.8%77.25%-
XYZ21.9510.753.73-
YUV80.78193.59173.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 26 (10.55% from 255) = 7.08%
BLUE value IS 197 (77.34% from 255) = 53.68%
R=39.24%
G=7.08%
B=53.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144261970.270.8700.23281.476.6843.73
Hex901AC51B570171194d2c
Octal220323053312702743111554
Binary1001000011010110001011101110101110101111000110011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901AC5; }

 p { color: rgb(144,26,197); }

 H1.HeaderClassName
 {
   color: #901AC5;
 }
 .AnyTagClassName
 {
   color: #901AC5;
 }
</style>
background-color css

<style>
 a { background-color: #901AC5; }

 a { background-color: rgb(144,26,197); }

 div.DivClassName
 {
   background-color: #901AC5;
 }
 .BgClassName
 {
   background-color: #901AC5;
 }
</style>
border-color css

<style>
 span { border-color: #901AC5; }

 span { border-color: rgb(144,26,197); }

 td.TdClassName
 {
   border-color: #901AC5;
 }
 .TagClassName
 {
   border-color: #901AC5;
 }
</style>