#9464BB

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

Shades of Lilac Bush #9464BB

Tints of Lilac Bush #9464BB

Color information

#9464BB (or 0x9464BB) is unknown color: approx Lilac Bush. HEX triplet: 94, 64 and BB. RGB value is (148,100,187). Sum of RGB (Red+Green+Blue) = 148+100+187=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #9464BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464BB is #6B9B44. Grayscale: #7B7B7B. Windows color (decimal): -7052101 or 12280980. OLE color: 12280980.

HSL color Cylindrical-coordinate representation of color #9464BB: hue angle of 273.1º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9464BB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148100187-
CMYK0.210.4700.27
HSL273.1º39.01%56.27%-
HSV(B)273.1º46.52%73.33%-
XYZ25.741949.32-
YUV124.27163.4144.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=34.02%
G=22.99%
B=42.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481001870.210.4700.27273.139.0156.27
Hex9464BB152F01B1112738
Octal22414427325570334214770
Binary1001010011001001011101110101101111011011100010001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9464BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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