#956FBD

Color #956FBD Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #956FBD

Tints of Lilac Bush #956FBD

Color information

#956FBD (or 0x956FBD) is unknown color: approx Lilac Bush. HEX triplet: 95, 6F and BD. RGB value is (149,111,189). Sum of RGB (Red+Green+Blue) = 149+111+189=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #956FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FBD is #6A9042. Grayscale: #828282. Windows color (decimal): -6983747 or 12414869. OLE color: 12414869.

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

Color convert

RGB149111189-
CMYK0.210.4100.26
HSL269.23º37.14%58.82%-
HSV(B)269.23º41.27%74.12%-
XYZ27.2621.4350.84-
YUV131.25160.59140.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 111 (43.75% from 255) = 24.72%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=33.18%
G=24.72%
B=42.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491111890.210.4100.26269.2337.1458.82
Hex956FBD152901A10d253b
Octal22515727525510324154573
Binary1001010111011111011110110101101001011010100001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #956FBD;
 }
 .AnyTagClassName
 {
   color: #956FBD;
 }
</style>
background-color css

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

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

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

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

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

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