#9569BF

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

Shades of Lilac Bush #9569BF

Tints of Lilac Bush #9569BF

Color information

#9569BF (or 0x9569BF) is unknown color: approx Lilac Bush. HEX triplet: 95, 69 and BF. RGB value is (149,105,191). Sum of RGB (Red+Green+Blue) = 149+105+191=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #9569BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569BF is #6A9640. Grayscale: #7F7F7F. Windows color (decimal): -6985281 or 12544405. OLE color: 12544405.

HSL color Cylindrical-coordinate representation of color #9569BF: hue angle of 270.7º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9569BF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149105191-
CMYK0.220.4500.25
HSL270.7º40.19%58.04%-
HSV(B)270.7º45.03%74.9%-
XYZ26.8520.2551.78-
YUV127.96163.58143.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.48%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 191 (75% from 255) = 42.92%
R=33.48%
G=23.60%
B=42.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491051910.220.4500.25270.740.1958.04
Hex9569BF162D01910f283a
Octal22515127726550314175072
Binary1001010111010011011111110110101101011001100001111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9569BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9569BF; }

 p { color: rgb(149,105,191); }

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

<style>
 a { background-color: #9569BF; }

 a { background-color: rgb(149,105,191); }

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

<style>
 span { border-color: #9569BF; }

 span { border-color: rgb(149,105,191); }

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