#9E45AA

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

Shades of Violet Blue #9E45AA

Tints of Violet Blue #9E45AA

Color information

#9E45AA (or 0x9E45AA) is unknown color: approx Violet Blue. HEX triplet: 9E, 45 and AA. RGB value is (158,69,170). Sum of RGB (Red+Green+Blue) = 158+69+170=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E45AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E45AA is #61BA55. Grayscale: #6A6A6A. Windows color (decimal): -6404694 or 11158942. OLE color: 11158942.

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

Color convert

RGB15869170-
CMYK0.070.5900.33
HSL292.87º42.26%46.86%-
HSV(B)292.87º59.41%66.67%-
XYZ23.4814.4339.58-
YUV107.12163.49164.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=39.80%
G=17.38%
B=42.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158691700.070.5900.33292.8742.2646.86
Hex9E45AA73B0211252a2f
Octal2361052527730414455257
Binary100111101000101101010101111110110100001100100101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E45AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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