#9E45A4

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

Shades of Violet Blue #9E45A4

Tints of Violet Blue #9E45A4

Color information

#9E45A4 (or 0x9E45A4) is unknown color: approx Violet Blue. HEX triplet: 9E, 45 and A4. RGB value is (158,69,164). Sum of RGB (Red+Green+Blue) = 158+69+164=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E45A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E45A4 is #61BA5B. Grayscale: #6A6A6A. Windows color (decimal): -6404700 or 10765726. OLE color: 10765726.

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

Color convert

RGB15869164-
CMYK0.040.5800.36
HSL296.21º40.77%45.69%-
HSV(B)296.21º57.93%64.31%-
XYZ22.9314.2136.66-
YUV106.44160.49164.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=40.41%
G=17.65%
B=41.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158691640.040.5800.36296.2140.7745.69
Hex9E45A443A024128292e
Octal2361052444720444505156
Binary100111101000101101001001001110100100100100101000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E45A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,69,164); }

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

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

 a { background-color: rgb(158,69,164); }

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

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

 span { border-color: rgb(158,69,164); }

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