Html Css Color HEX #957AC0 Lilac Bush

📋 copy color: '#957AC0'

red 149 ◦ green 122 ◦ blue 192

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

Shades of Lilac Bush #957AC0

Tints of Lilac Bush #957AC0

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 value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#957AC0 (or 0x957AC0) is known color: 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

RGB 149 122 192 -
CMYK 0.22 0.36 0 0.25
HSL 263.14º 0.36% 0.62% -
HSV(B) 263.14º 0.36% 0.75% -
XYZ 28.87 24.11 53 -
YUV 138.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 149 122 192 0.22 0.36 0 0.25 263.14 0.36 0.62
Hex 95 7A C0 16 24 0 19 107 24 3E
Octal 225 172 300 26 44 0 31 407 44 76
Binary 10010101 1111010 11000000 10110 100100 0 11001 100000111 100100 111110

Color Harmonies of #957AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AC0

Black with #957AC0

Text Example


Text Example

White with #957AC0

Text Example


Text Example

HTML Codes & Css Web 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>