#9E4DAA

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

Shades of Violet Blue #9E4DAA

Tints of Violet Blue #9E4DAA

Color information

#9E4DAA (or 0x9E4DAA) is unknown color: approx Violet Blue. HEX triplet: 9E, 4D and AA. RGB value is (158,77,170). Sum of RGB (Red+Green+Blue) = 158+77+170=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E4DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4DAA is #61B255. Grayscale: #6F6F6F. Windows color (decimal): -6402646 or 11160990. OLE color: 11160990.

HSL color Cylindrical-coordinate representation of color #9E4DAA: hue angle of 292.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E4DAA is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15877170-
CMYK0.070.5500.33
HSL292.26º37.65%48.43%-
HSV(B)292.26º54.71%66.67%-
XYZ24.0115.4839.75-
YUV111.82160.84160.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.01%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=39.01%
G=19.01%
B=41.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158771700.070.5500.33292.2637.6548.43
Hex9E4DAA7370211242630
Octal2361152527670414444660
Binary100111101001101101010101111101110100001100100100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,77,170); }

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

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

 a { background-color: rgb(158,77,170); }

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

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

 span { border-color: rgb(158,77,170); }

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