#9549A0

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

Shades of Violet Blue #9549A0

Tints of Violet Blue #9549A0

Color information

#9549A0 (or 0x9549A0) is unknown color: approx Violet Blue. HEX triplet: 95, 49 and A0. RGB value is (149,73,160). Sum of RGB (Red+Green+Blue) = 149+73+160=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 160 - color contains mainly: blue. Hex color #9549A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9549A0 is #6AB65F. Grayscale: #696969. Windows color (decimal): -6993504 or 10504597. OLE color: 10504597.

HSL color Cylindrical-coordinate representation of color #9549A0: hue angle of 292.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9549A0 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14973160-
CMYK0.070.5400.37
HSL292.41º37.34%45.69%-
HSV(B)292.41º54.37%62.75%-
XYZ21.1213.6934.79-
YUV105.64158.68158.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 73 (28.91% from 255) = 19.11%
BLUE value IS 160 (62.89% from 255) = 41.88%
R=39.01%
G=19.11%
B=41.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal149731600.070.5400.37292.4137.3445.69
Hex9549A0736025124252e
Octal2251112407660454444556
Binary100101011001001101000001111101100100101100100100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9549A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9549A0; }

 p { color: rgb(149,73,160); }

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

<style>
 a { background-color: #9549A0; }

 a { background-color: rgb(149,73,160); }

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

<style>
 span { border-color: #9549A0; }

 span { border-color: rgb(149,73,160); }

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