#9E549F

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

Shades of Violet Blue #9E549F

Tints of Violet Blue #9E549F

Color information

#9E549F (or 0x9E549F) is unknown color: approx Violet Blue. HEX triplet: 9E, 54 and 9F. RGB value is (158,84,159). Sum of RGB (Red+Green+Blue) = 158+84+159=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E549F is #61AB60. Grayscale: #727272. Windows color (decimal): -6400865 or 10441886. OLE color: 10441886.

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

Color convert

RGB15884159-
CMYK0.010.4700.38
HSL299.2º30.86%47.65%-
HSV(B)299.2º47.17%62.35%-
XYZ23.5316.1134.67-
YUV114.68153.02158.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.40%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=39.40%
G=20.95%
B=39.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158841590.010.4700.38299.230.8647.65
Hex9E549F12F02612b1f30
Octal2361242371570464533760
Binary100111101010100100111111101111010011010010101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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