#9568BA

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

Shades of Lilac Bush #9568BA

Tints of Lilac Bush #9568BA

Color information

#9568BA (or 0x9568BA) is unknown color: approx Lilac Bush. HEX triplet: 95, 68 and BA. RGB value is (149,104,186). Sum of RGB (Red+Green+Blue) = 149+104+186=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #9568BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9568BA is #6A9745. Grayscale: #7E7E7E. Windows color (decimal): -6985542 or 12216469. OLE color: 12216469.

HSL color Cylindrical-coordinate representation of color #9568BA: hue angle of 272.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9568BA is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149104186-
CMYK0.200.4400.27
HSL272.93º37.27%56.86%-
HSV(B)272.93º44.09%72.94%-
XYZ26.2119.8448.9-
YUV126.8161.41143.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 104 (41.02% from 255) = 23.69%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=33.94%
G=23.69%
B=42.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491041860.200.4400.27272.9337.2756.86
Hex9568BA142C01B1112539
Octal22515027224540334214571
Binary1001010111010001011101010100101100011011100010001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9568BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9568BA; }

 p { color: rgb(149,104,186); }

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

<style>
 a { background-color: #9568BA; }

 a { background-color: rgb(149,104,186); }

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

<style>
 span { border-color: #9568BA; }

 span { border-color: rgb(149,104,186); }

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