#95579B

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

Shades of Violet Blue #95579B

Tints of Violet Blue #95579B

Color information

#95579B (or 0x95579B) is unknown color: approx Violet Blue. HEX triplet: 95, 57 and 9B. RGB value is (149,87,155). Sum of RGB (Red+Green+Blue) = 149+87+155=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #95579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95579B is #6AA864. Grayscale: #717171. Windows color (decimal): -6989925 or 10180501. OLE color: 10180501.

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

Color convert

RGB14987155-
CMYK0.040.4400.39
HSL294.71º28.1%47.45%-
HSV(B)294.71º43.87%60.78%-
XYZ21.7215.5732.87-
YUV113.29151.54153.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=38.11%
G=22.25%
B=39.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149871550.040.4400.39294.7128.147.45
Hex95579B42C0271271c2f
Octal2251272334540474473457
Binary10010101101011110011011100101100010011110010011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95579B; }

 p { color: rgb(149,87,155); }

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

<style>
 a { background-color: #95579B; }

 a { background-color: rgb(149,87,155); }

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

<style>
 span { border-color: #95579B; }

 span { border-color: rgb(149,87,155); }

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