#956BCA

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

Shades of Lilac Bush #956BCA

Tints of Lilac Bush #956BCA

Color information

#956BCA (or 0x956BCA) is unknown color: approx Lilac Bush. HEX triplet: 95, 6B and CA. RGB value is (149,107,202). Sum of RGB (Red+Green+Blue) = 149+107+202=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #956BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BCA is #6A9435. Grayscale: #828282. Windows color (decimal): -6984758 or 13265813. OLE color: 13265813.

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

Color convert

RGB149107202-
CMYK0.260.4700.21
HSL266.53º47.26%60.59%-
HSV(B)266.53º47.03%79.22%-
XYZ28.3121.1758.47-
YUV130.39168.41141.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 107 (42.19% from 255) = 23.36%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=32.53%
G=23.36%
B=44.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491072020.260.4700.21266.5347.2660.59
Hex956BCA1A2F01510b2f3d
Octal22515331232570254135775
Binary1001010111010111100101011010101111010101100001011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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