#957CC1

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

Shades of Lilac Bush #957CC1

Tints of Lilac Bush #957CC1

Color information

#957CC1 (or 0x957CC1) is unknown color: approx Lilac Bush. HEX triplet: 95, 7C and C1. RGB value is (149,124,193). Sum of RGB (Red+Green+Blue) = 149+124+193=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #957CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CC1 is #6A833E. Grayscale: #8B8B8B. Windows color (decimal): -6980415 or 12680341. OLE color: 12680341.

HSL color Cylindrical-coordinate representation of color #957CC1: hue angle of 261.74º 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 #957CC1 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149124193-
CMYK0.230.3600.24
HSL261.74º35.75%62.16%-
HSV(B)261.74º35.75%75.69%-
XYZ29.2324.6653.67-
YUV139.34158.28134.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 193 (75.78% from 255) = 41.42%
R=31.97%
G=26.61%
B=41.42%

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
Decimal1491241930.230.3600.24261.7435.7562.16
Hex957CC11724018106243e
Octal22517430127440304064476
Binary1001010111111001100000110111100100011000100000110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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