#9469BB

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

Shades of Lilac Bush #9469BB

Tints of Lilac Bush #9469BB

Color information

#9469BB (or 0x9469BB) is unknown color: approx Lilac Bush. HEX triplet: 94, 69 and BB. RGB value is (148,105,187). Sum of RGB (Red+Green+Blue) = 148+105+187=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #9469BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469BB is #6B9644. Grayscale: #7E7E7E. Windows color (decimal): -7050821 or 12282260. OLE color: 12282260.

HSL color Cylindrical-coordinate representation of color #9469BB: hue angle of 271.46º degrees, saturation: 0.38, 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 #9469BB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148105187-
CMYK0.210.4400.27
HSL271.46º37.61%57.25%-
HSV(B)271.46º43.85%73.33%-
XYZ26.2319.9949.49-
YUV127.2161.75142.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=33.64%
G=23.86%
B=42.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481051870.210.4400.27271.4637.6157.25
Hex9469BB152C01B10f2639
Octal22415127325540334174671
Binary1001010011010011011101110101101100011011100001111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9469BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9469BB; }

 p { color: rgb(148,105,187); }

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

<style>
 a { background-color: #9469BB; }

 a { background-color: rgb(148,105,187); }

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

<style>
 span { border-color: #9469BB; }

 span { border-color: rgb(148,105,187); }

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