#956FCD

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

Shades of Lilac Bush #956FCD

Tints of Lilac Bush #956FCD

Color information

#956FCD (or 0x956FCD) is unknown color: approx Lilac Bush. HEX triplet: 95, 6F and CD. RGB value is (149,111,205). Sum of RGB (Red+Green+Blue) = 149+111+205=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #956FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FCD is #6A9032. Grayscale: #848484. Windows color (decimal): -6983731 or 13463445. OLE color: 13463445.

HSL color Cylindrical-coordinate representation of color #956FCD: hue angle of 264.26º 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 #956FCD is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149111205-
CMYK0.270.4600.20
HSL264.26º48.45%61.96%-
HSV(B)264.26º45.85%80.39%-
XYZ29.122.1760.5-
YUV133.08168.59139.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.04%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=32.04%
G=23.87%
B=44.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491112050.270.4600.20264.2648.4561.96
Hex956FCD1B2E014108303e
Octal22515731533560244106076
Binary1001010111011111100110111011101110010100100001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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