#95549C

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

Shades of Violet Blue #95549C

Tints of Violet Blue #95549C

Color information

#95549C (or 0x95549C) is unknown color: approx Violet Blue. HEX triplet: 95, 54 and 9C. RGB value is (149,84,156). Sum of RGB (Red+Green+Blue) = 149+84+156=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #95549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95549C is #6AAB63. Grayscale: #6F6F6F. Windows color (decimal): -6990692 or 10245269. OLE color: 10245269.

HSL color Cylindrical-coordinate representation of color #95549C: hue angle of 294.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95549C is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14984156-
CMYK0.040.4600.39
HSL294.17º30%47.06%-
HSV(B)294.17º46.15%61.18%-
XYZ21.5715.1333.24-
YUV111.64153.03154.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=38.30%
G=21.59%
B=40.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149841560.040.4600.39294.173047.06
Hex95549C42E0271261e2f
Octal2251242344560474463657
Binary10010101101010010011100100101110010011110010011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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