#9569BC

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

Shades of Lilac Bush #9569BC

Tints of Lilac Bush #9569BC

Color information

#9569BC (or 0x9569BC) is unknown color: approx Lilac Bush. HEX triplet: 95, 69 and BC. RGB value is (149,105,188). Sum of RGB (Red+Green+Blue) = 149+105+188=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #9569BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569BC is #6A9643. Grayscale: #7F7F7F. Windows color (decimal): -6985284 or 12347797. OLE color: 12347797.

HSL color Cylindrical-coordinate representation of color #9569BC: hue angle of 271.81º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9569BC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149105188-
CMYK0.210.4400.26
HSL271.81º38.25%57.45%-
HSV(B)271.81º44.15%73.73%-
XYZ26.5220.1250.06-
YUV127.62162.08143.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=33.71%
G=23.76%
B=42.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491051880.210.4400.26271.8138.2557.45
Hex9569BC152C01A1102639
Octal22515127425540324204671
Binary1001010111010011011110010101101100011010100010000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9569BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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