Html Css Color HEX #956EBD Lilac Bush

📋 copy color: '#956EBD'

red 149 ◦ green 110 ◦ blue 189

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

Shades of Lilac Bush #956EBD

Tints of Lilac Bush #956EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 33.26%
G = 24.55%
B = 42.19%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#956EBD (or 0x956EBD) is known color: Lilac Bush. HEX triplet: 95, 6E and BD. RGB value is (149,110,189). Sum of RGB (Red+Green+Blue) = 149+110+189=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #956EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EBD is #6A9142. Grayscale: #828282. Windows color (decimal): -6984003 or 12414613. OLE color: 12414613.

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

Color convert

RGB 149 110 189 -
CMYK 0.21 0.42 0 0.26
HSL 269.62º 0.37% 0.59% -
HSV(B) 269.62º 0.42% 0.74% -
XYZ 27.16 21.22 50.81 -
YUV 130.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 149 110 189 0.21 0.42 0 0.26 269.62 0.37 0.59
Hex 95 6E BD 15 2A 0 1A 10E 25 3B
Octal 225 156 275 25 52 0 32 416 45 73
Binary 10010101 1101110 10111101 10101 101010 0 11010 100001110 100101 111011

Color Harmonies of #956EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EBD

Black with #956EBD

Text Example


Text Example

White with #956EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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