#95579E

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

Shades of Violet Blue #95579E

Tints of Violet Blue #95579E

Color information

#95579E (or 0x95579E) is unknown color: approx Violet Blue. HEX triplet: 95, 57 and 9E. RGB value is (149,87,158). Sum of RGB (Red+Green+Blue) = 149+87+158=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #95579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95579E is #6AA861. Grayscale: #717171. Windows color (decimal): -6989922 or 10377109. OLE color: 10377109.

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

Color convert

RGB14987158-
CMYK0.060.4500.38
HSL292.39º28.98%48.04%-
HSV(B)292.39º44.94%61.96%-
XYZ21.9715.6734.22-
YUV113.63153.04153.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=37.82%
G=22.08%
B=40.10%

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
Decimal149871580.060.4500.38292.3928.9848.04
Hex95579E62D0261241d30
Octal2251272366550464443560
Binary10010101101011110011110110101101010011010010010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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