#956CBC

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

Shades of Lilac Bush #956CBC

Tints of Lilac Bush #956CBC

Color information

#956CBC (or 0x956CBC) is unknown color: approx Lilac Bush. HEX triplet: 95, 6C and BC. RGB value is (149,108,188). Sum of RGB (Red+Green+Blue) = 149+108+188=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #956CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CBC is #6A9343. Grayscale: #818181. Windows color (decimal): -6984516 or 12348565. OLE color: 12348565.

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

Color convert

RGB149108188-
CMYK0.210.4300.26
HSL270.75º37.38%58.04%-
HSV(B)270.75º42.55%73.73%-
XYZ26.8320.7550.17-
YUV129.38161.08142-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.48%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 188 (73.83% from 255) = 42.25%
R=33.48%
G=24.27%
B=42.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491081880.210.4300.26270.7537.3858.04
Hex956CBC152B01A10f253a
Octal22515427425530324174572
Binary1001010111011001011110010101101011011010100001111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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