#95579D

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

Shades of Violet Blue #95579D

Tints of Violet Blue #95579D

Color information

#95579D (or 0x95579D) is unknown color: approx Violet Blue. HEX triplet: 95, 57 and 9D. RGB value is (149,87,157). Sum of RGB (Red+Green+Blue) = 149+87+157=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #95579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95579D is #6AA862. Grayscale: #717171. Windows color (decimal): -6989923 or 10311573. OLE color: 10311573.

HSL color Cylindrical-coordinate representation of color #95579D: hue angle of 293.14º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95579D is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14987157-
CMYK0.050.4500.38
HSL293.14º28.69%47.84%-
HSV(B)293.14º44.59%61.57%-
XYZ21.8915.6433.76-
YUV113.52152.54153.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=37.91%
G=22.14%
B=39.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149871570.050.4500.38293.1428.6947.84
Hex95579D52D0261251d30
Octal2251272355550464453560
Binary10010101101011110011101101101101010011010010010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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