#9E2EA2

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

Shades of Vivid Violet #9E2EA2

Tints of Vivid Violet #9E2EA2

Color information

#9E2EA2 (or 0x9E2EA2) is unknown color: approx Vivid Violet. HEX triplet: 9E, 2E and A2. RGB value is (158,46,162). Sum of RGB (Red+Green+Blue) = 158+46+162=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #9E2EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2EA2 is #61D15D. Grayscale: #5C5C5C. Windows color (decimal): -6410590 or 10628766. OLE color: 10628766.

HSL color Cylindrical-coordinate representation of color #9E2EA2: hue angle of 297.93º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E2EA2 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15846162-
CMYK0.020.7200.36
HSL297.93º55.77%40.78%-
HSV(B)297.93º71.6%63.53%-
XYZ21.611.8335.33-
YUV92.71167.11174.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 46 (18.36% from 255) = 12.57%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=43.17%
G=12.57%
B=44.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158461620.020.7200.36297.9355.7740.78
Hex9E2EA224802412a3829
Octal2365624221100444527051
Binary10011110101110101000101010010000100100100101010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E2EA2; }

 p { color: rgb(158,46,162); }

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

<style>
 a { background-color: #9E2EA2; }

 a { background-color: rgb(158,46,162); }

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

<style>
 span { border-color: #9E2EA2; }

 span { border-color: rgb(158,46,162); }

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