Html Css Color HEX #957BC0 Lilac Bush

📋 copy color: '#957BC0'

red 149 ◦ green 123 ◦ blue 192

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

Shades of Lilac Bush #957BC0

Tints of Lilac Bush #957BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

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

R = 32.11%
G = 26.51%
B = 41.38%

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

#957BC0 (or 0x957BC0) is known color: Lilac Bush. HEX triplet: 95, 7B and C0. RGB value is (149,123,192). Sum of RGB (Red+Green+Blue) = 149+123+192=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #957BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BC0 is #6A843F. Grayscale: #8A8A8A. Windows color (decimal): -6980672 or 12614549. OLE color: 12614549.

HSL color Cylindrical-coordinate representation of color #957BC0: hue angle of 262.61º degrees, saturation: 0.35, 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 #957BC0 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 123 192 -
CMYK 0.22 0.36 0 0.25
HSL 262.61º 0.35% 0.62% -
HSV(B) 262.61º 0.36% 0.75% -
XYZ 28.99 24.36 53.04 -
YUV 138.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 149 123 192 0.22 0.36 0 0.25 262.61 0.35 0.62
Hex 95 7B C0 16 24 0 19 107 23 3E
Octal 225 173 300 26 44 0 31 407 43 76
Binary 10010101 1111011 11000000 10110 100100 0 11001 100000111 100011 111110

Color Harmonies of #957BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BC0

Black with #957BC0

Text Example


Text Example

White with #957BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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