Html Css Color HEX #956EBC Lilac Bush

📋 copy color: '#956EBC'

red 149 ◦ green 110 ◦ blue 188

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

Shades of Lilac Bush #956EBC

Tints of Lilac Bush #956EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.61%

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 33.33%
G = 24.61%
B = 42.06%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#956EBC (or 0x956EBC) is known color: Lilac Bush. HEX triplet: 95, 6E and BC. RGB value is (149,110,188). Sum of RGB (Red+Green+Blue) = 149+110+188=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #956EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EBC is #6A9143. Grayscale: #828282. Windows color (decimal): -6984004 or 12349077. OLE color: 12349077.

HSL color Cylindrical-coordinate representation of color #956EBC: hue angle of 270º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956EBC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 110 188 -
CMYK 0.21 0.41 0 0.26
HSL 270º 0.37% 0.58% -
HSV(B) 270º 0.41% 0.74% -
XYZ 27.05 21.17 50.24 -
YUV 130.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 149 110 188 0.21 0.41 0 0.26 270 0.37 0.58
Hex 95 6E BC 15 29 0 1A 10E 25 3A
Octal 225 156 274 25 51 0 32 416 45 72
Binary 10010101 1101110 10111100 10101 101001 0 11010 100001110 100101 111010

Color Harmonies of #956EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EBC

Black with #956EBC

Text Example


Text Example

White with #956EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956EBC; }

 p { color: rgb(149,110,188); }

 H1.HeaderClassName
 {
   color: #956EBC;
 }
 .AnyTagClassName
 {
   color: #956EBC;
 }
</style>

background-color css

<style>
 a { background-color: #956EBC; }

 a { background-color: rgb(149,110,188); }

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

border-color css

<style>
 span { border-color: #956EBC; }

 span { border-color: rgb(149,110,188); }

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