#9E549A

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

Shades of Violet Blue #9E549A

Tints of Violet Blue #9E549A

Color information

#9E549A (or 0x9E549A) is unknown color: approx Violet Blue. HEX triplet: 9E, 54 and 9A. RGB value is (158,84,154). Sum of RGB (Red+Green+Blue) = 158+84+154=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E549A is #61AB65. Grayscale: #717171. Windows color (decimal): -6400870 or 10114206. OLE color: 10114206.

HSL color Cylindrical-coordinate representation of color #9E549A: hue angle of 303.24º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E549A is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15884154-
CMYK00.470.030.38
HSL303.24º30.58%47.45%-
HSV(B)303.24º46.84%61.96%-
XYZ23.115.9432.43-
YUV114.11150.52159.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.90%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=39.90%
G=21.21%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588415400.470.030.38303.2430.5847.45
Hex9E549A02F32612f1f2f
Octal2361242320573464573757
Binary1001111010101001001101001011111110011010010111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,84,154); }

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

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

 a { background-color: rgb(158,84,154); }

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

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

 span { border-color: rgb(158,84,154); }

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