Html Css Color HEX #957CC0 Lilac Bush

📋 copy color: '#957CC0'

red 149 ◦ green 124 ◦ blue 192

#957CC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #957CC0

Tints of Lilac Bush #957CC0

RGB

 RED value IS 149 (58.59% from 255) = 32.04%

 GREEN value IS 124 (48.83% from 255) = 26.67%

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 32.04%
G = 26.67%
B = 41.29%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#957CC0 (or 0x957CC0) is known color: Lilac Bush. HEX triplet: 95, 7C and C0. RGB value is (149,124,192). Sum of RGB (Red+Green+Blue) = 149+124+192=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #957CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CC0 is #6A833F. Grayscale: #8A8A8A. Windows color (decimal): -6980416 or 12614805. OLE color: 12614805.

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

Color convert

RGB 149 124 192 -
CMYK 0.22 0.35 0 0.25
HSL 262.06º 0.35% 0.62% -
HSV(B) 262.06º 0.35% 0.75% -
XYZ 29.12 24.61 53.08 -
YUV 139.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 149 124 192 0.22 0.35 0 0.25 262.06 0.35 0.62
Hex 95 7C C0 16 23 0 19 106 23 3E
Octal 225 174 300 26 43 0 31 406 43 76
Binary 10010101 1111100 11000000 10110 100011 0 11001 100000110 100011 111110

Color Harmonies of #957CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CC0

Black with #957CC0

Text Example


Text Example

White with #957CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #957CC0;
 }
 .AnyTagClassName
 {
   color: #957CC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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