#901EA9

Color #901EA9 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #901EA9

Tints of Vivid Violet #901EA9

Color information

#901EA9 (or 0x901EA9) is unknown color: approx Vivid Violet. HEX triplet: 90, 1E and A9. RGB value is (144,30,169). Sum of RGB (Red+Green+Blue) = 144+30+169=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 169 (66.41% from 255 or 49.27% from 343); Max value from RGB is 169 - color contains mainly: blue. Hex color #901EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901EA9 is #6FE156. Grayscale: #4F4F4F. Windows color (decimal): -7332183 or 11083408. OLE color: 11083408.

HSL color Cylindrical-coordinate representation of color #901EA9: hue angle of 289.21º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901EA9 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14430169-
CMYK0.150.8200.34
HSL289.21º69.85%39.02%-
HSV(B)289.21º82.25%66.27%-
XYZ19.139.7238.4-
YUV79.93178.27173.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.98%
GREEN value IS 30 (12.11% from 255) = 8.75%
BLUE value IS 169 (66.41% from 255) = 49.27%
R=41.98%
G=8.75%
B=49.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal144301690.150.8200.34289.2169.8539.02
Hex901EA9F520221214627
Octal220362511712204244110647
Binary1001000011110101010011111101001001000101001000011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,30,169); }

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

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

 a { background-color: rgb(144,30,169); }

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

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

 span { border-color: rgb(144,30,169); }

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