#9E41A4

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

Shades of Violet Blue #9E41A4

Tints of Violet Blue #9E41A4

Color information

#9E41A4 (or 0x9E41A4) is unknown color: approx Violet Blue. HEX triplet: 9E, 41 and A4. RGB value is (158,65,164). Sum of RGB (Red+Green+Blue) = 158+65+164=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E41A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E41A4 is #61BE5B. Grayscale: #676767. Windows color (decimal): -6405724 or 10764702. OLE color: 10764702.

HSL color Cylindrical-coordinate representation of color #9E41A4: hue angle of 296.36º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E41A4 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15865164-
CMYK0.040.6000.36
HSL296.36º43.23%44.9%-
HSV(B)296.36º60.37%64.31%-
XYZ22.6913.7336.58-
YUV104.09161.81166.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.83%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=40.83%
G=16.80%
B=42.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158651640.040.6000.36296.3643.2344.9
Hex9E41A443C0241282b2d
Octal2361012444740444505355
Binary100111101000001101001001001111000100100100101000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E41A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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