#956FCC

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

Shades of Lilac Bush #956FCC

Tints of Lilac Bush #956FCC

Color information

#956FCC (or 0x956FCC) is unknown color: approx Lilac Bush. HEX triplet: 95, 6F and CC. RGB value is (149,111,204). Sum of RGB (Red+Green+Blue) = 149+111+204=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #956FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FCC is #6A9033. Grayscale: #848484. Windows color (decimal): -6983732 or 13397909. OLE color: 13397909.

HSL color Cylindrical-coordinate representation of color #956FCC: hue angle of 264.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #956FCC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB149111204-
CMYK0.270.4600.2
HSL264.52º47.69%61.76%-
HSV(B)264.52º45.59%80%-
XYZ28.9822.1259.87-
YUV132.96168.09139.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=32.11%
G=23.92%
B=43.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1491112040.270.4600.2264.5247.6961.76
Hex956FCC1B2E014109303e
Octal22515731433560244116076
Binary1001010111011111100110011011101110010100100001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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