#902EA5

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

Shades of Vivid Violet #902EA5

Tints of Vivid Violet #902EA5

Color information

#902EA5 (or 0x902EA5) is unknown color: approx Vivid Violet. HEX triplet: 90, 2E and A5. RGB value is (144,46,165). Sum of RGB (Red+Green+Blue) = 144+46+165=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #902EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902EA5 is #6FD15A. Grayscale: #585858. Windows color (decimal): -7328091 or 10825360. OLE color: 10825360.

HSL color Cylindrical-coordinate representation of color #902EA5: hue angle of 289.41º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902EA5 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14446165-
CMYK0.130.7200.35
HSL289.41º56.4%41.37%-
HSV(B)289.41º72.12%64.71%-
XYZ19.2710.636.63-
YUV88.87170.97167.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 46 (18.36% from 255) = 12.96%
BLUE value IS 165 (64.84% from 255) = 46.48%
R=40.56%
G=12.96%
B=46.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144461650.130.7200.35289.4156.441.37
Hex902EA5D480231213829
Octal22056245151100434417051
Binary1001000010111010100101110110010000100011100100001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902EA5; }

 p { color: rgb(144,46,165); }

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

<style>
 a { background-color: #902EA5; }

 a { background-color: rgb(144,46,165); }

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

<style>
 span { border-color: #902EA5; }

 span { border-color: rgb(144,46,165); }

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