#956EC8

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

Shades of Lilac Bush #956EC8

Tints of Lilac Bush #956EC8

Color information

#956EC8 (or 0x956EC8) is unknown color: approx Lilac Bush. HEX triplet: 95, 6E and C8. RGB value is (149,110,200). Sum of RGB (Red+Green+Blue) = 149+110+200=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #956EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EC8 is #6A9137. Grayscale: #838383. Windows color (decimal): -6983992 or 13135509. OLE color: 13135509.

HSL color Cylindrical-coordinate representation of color #956EC8: hue angle of 266º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #956EC8 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB149110200-
CMYK0.260.4500.22
HSL266º45%60.78%-
HSV(B)266º45%78.43%-
XYZ28.421.7157.34-
YUV131.92166.42140.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 200 (78.52% from 255) = 43.57%
R=32.46%
G=23.97%
B=43.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491102000.260.4500.222664560.78
Hex956EC81A2D01610a2d3d
Octal22515631032550264125575
Binary1001010111011101100100011010101101010110100001010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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