#956BC8

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

Shades of Lilac Bush #956BC8

Tints of Lilac Bush #956BC8

Color information

#956BC8 (or 0x956BC8) is unknown color: approx Lilac Bush. HEX triplet: 95, 6B and C8. RGB value is (149,107,200). Sum of RGB (Red+Green+Blue) = 149+107+200=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #956BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BC8 is #6A9437. Grayscale: #818181. Windows color (decimal): -6984760 or 13134741. OLE color: 13134741.

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

Color convert

RGB149107200-
CMYK0.260.4600.22
HSL267.1º45.81%60.2%-
HSV(B)267.1º46.5%78.43%-
XYZ28.0821.0857.23-
YUV130.16167.41141.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 107 (42.19% from 255) = 23.46%
BLUE value IS 200 (78.52% from 255) = 43.86%
R=32.68%
G=23.46%
B=43.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491072000.260.4600.22267.145.8160.2
Hex956BC81A2E01610b2e3c
Octal22515331032560264135674
Binary1001010111010111100100011010101110010110100001011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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