#957AC0

Color #957AC0 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #957AC0

Tints of Lilac Bush #957AC0

Color information

#957AC0 (or 0x957AC0) is unknown color: approx Lilac Bush. HEX triplet: 95, 7A and C0. RGB value is (149,122,192). Sum of RGB (Red+Green+Blue) = 149+122+192=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #957AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AC0 is #6A853F. Grayscale: #898989. Windows color (decimal): -6980928 or 12614293. OLE color: 12614293.

HSL color Cylindrical-coordinate representation of color #957AC0: hue angle of 263.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #957AC0 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149122192-
CMYK0.220.3600.25
HSL263.14º35.71%61.57%-
HSV(B)263.14º36.46%75.29%-
XYZ28.8724.1153-
YUV138.05158.45135.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=32.18%
G=26.35%
B=41.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491221920.220.3600.25263.1435.7161.57
Hex957AC01624019107243e
Octal22517230026440314074476
Binary1001010111110101100000010110100100011001100000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957AC0; }

 p { color: rgb(149,122,192); }

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

<style>
 a { background-color: #957AC0; }

 a { background-color: rgb(149,122,192); }

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

<style>
 span { border-color: #957AC0; }

 span { border-color: rgb(149,122,192); }

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