#957BC1

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

Shades of Lilac Bush #957BC1

Tints of Lilac Bush #957BC1

Color information

#957BC1 (or 0x957BC1) is unknown color: approx Lilac Bush. HEX triplet: 95, 7B and C1. RGB value is (149,123,193). Sum of RGB (Red+Green+Blue) = 149+123+193=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #957BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BC1 is #6A843E. Grayscale: #8A8A8A. Windows color (decimal): -6980671 or 12680085. OLE color: 12680085.

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

Color convert

RGB149123193-
CMYK0.230.3600.24
HSL262.29º36.08%61.96%-
HSV(B)262.29º36.27%75.69%-
XYZ29.124.4153.63-
YUV138.75158.61135.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.04%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=32.04%
G=26.45%
B=41.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491231930.230.3600.24262.2936.0861.96
Hex957BC11724018106243e
Octal22517330127440304064476
Binary1001010111110111100000110111100100011000100000110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,123,193); }

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

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

 a { background-color: rgb(149,123,193); }

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

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

 span { border-color: rgb(149,123,193); }

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