#956FBC

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

Shades of Lilac Bush #956FBC

Tints of Lilac Bush #956FBC

Color information

#956FBC (or 0x956FBC) is unknown color: approx Lilac Bush. HEX triplet: 95, 6F and BC. RGB value is (149,111,188). Sum of RGB (Red+Green+Blue) = 149+111+188=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #956FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FBC is #6A9043. Grayscale: #828282. Windows color (decimal): -6983748 or 12349333. OLE color: 12349333.

HSL color Cylindrical-coordinate representation of color #956FBC: hue angle of 269.61º degrees, saturation: 0.36, 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 #956FBC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149111188-
CMYK0.210.4100.26
HSL269.61º36.49%58.63%-
HSV(B)269.61º40.96%73.73%-
XYZ27.1621.3950.27-
YUV131.14160.09140.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 111 (43.75% from 255) = 24.78%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=33.26%
G=24.78%
B=41.96%

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
Decimal1491111880.210.4100.26269.6136.4958.63
Hex956FBC152901A10e243b
Octal22515727425510324164473
Binary1001010111011111011110010101101001011010100001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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