#95549A

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

Shades of Violet Blue #95549A

Tints of Violet Blue #95549A

Color information

#95549A (or 0x95549A) is unknown color: approx Violet Blue. HEX triplet: 95, 54 and 9A. RGB value is (149,84,154). Sum of RGB (Red+Green+Blue) = 149+84+154=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #95549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95549A is #6AAB65. Grayscale: #6F6F6F. Windows color (decimal): -6990694 or 10114197. OLE color: 10114197.

HSL color Cylindrical-coordinate representation of color #95549A: hue angle of 295.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95549A is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14984154-
CMYK0.030.4500.40
HSL295.71º29.41%46.67%-
HSV(B)295.71º45.45%60.39%-
XYZ21.415.0632.35-
YUV111.42152.03154.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 154 (60.55% from 255) = 39.79%
R=38.50%
G=21.71%
B=39.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149841540.030.4500.40295.7129.4146.67
Hex95549A32D0281281d2f
Octal2251242323550504503557
Binary1001010110101001001101011101101010100010010100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95549A; }

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

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

<style>
 a { background-color: #95549A; }

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

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

<style>
 span { border-color: #95549A; }

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

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