#9E48AA

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

Shades of Violet Blue #9E48AA

Tints of Violet Blue #9E48AA

Color information

#9E48AA (or 0x9E48AA) is unknown color: approx Violet Blue. HEX triplet: 9E, 48 and AA. RGB value is (158,72,170). Sum of RGB (Red+Green+Blue) = 158+72+170=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E48AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E48AA is #61B755. Grayscale: #6C6C6C. Windows color (decimal): -6403926 or 11159710. OLE color: 11159710.

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

Color convert

RGB15872170-
CMYK0.070.5800.33
HSL292.65º40.5%47.45%-
HSV(B)292.65º57.65%66.67%-
XYZ23.6714.8139.64-
YUV108.89162.49163.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.5%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=39.5%
G=18%
B=42.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158721700.070.5800.33292.6540.547.45
Hex9E48AA73A021125282f
Octal2361102527720414455057
Binary100111101001000101010101111110100100001100100101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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