#9E549B

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

Shades of Violet Blue #9E549B

Tints of Violet Blue #9E549B

Color information

#9E549B (or 0x9E549B) is unknown color: approx Violet Blue. HEX triplet: 9E, 54 and 9B. RGB value is (158,84,155). Sum of RGB (Red+Green+Blue) = 158+84+155=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E549B is #61AB64. Grayscale: #727272. Windows color (decimal): -6400869 or 10179742. OLE color: 10179742.

HSL color Cylindrical-coordinate representation of color #9E549B: hue angle of 302.43º 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 #9E549B is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15884155-
CMYK00.470.020.38
HSL302.43º30.58%47.45%-
HSV(B)302.43º46.84%61.96%-
XYZ23.1915.9832.87-
YUV114.22151.02159.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=39.80%
G=21.16%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588415500.470.020.38302.4330.5847.45
Hex9E549B02F22612e1f2f
Octal2361242330572464563757
Binary1001111010101001001101101011111010011010010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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