#95579F

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

Shades of Violet Blue #95579F

Tints of Violet Blue #95579F

Color information

#95579F (or 0x95579F) is unknown color: approx Violet Blue. HEX triplet: 95, 57 and 9F. RGB value is (149,87,159). Sum of RGB (Red+Green+Blue) = 149+87+159=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #95579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95579F is #6AA860. Grayscale: #717171. Windows color (decimal): -6989921 or 10442645. OLE color: 10442645.

HSL color Cylindrical-coordinate representation of color #95579F: hue angle of 291.67º 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 #95579F is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14987159-
CMYK0.060.4500.38
HSL291.67º29.27%48.24%-
HSV(B)291.67º45.28%62.35%-
XYZ22.0615.7134.67-
YUV113.75153.54153.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 87 (34.38% from 255) = 22.03%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=37.72%
G=22.03%
B=40.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149871590.060.4500.38291.6729.2748.24
Hex95579F62D0261241d30
Octal2251272376550464443560
Binary10010101101011110011111110101101010011010010010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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