#9466BE

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

Shades of Lilac Bush #9466BE

Tints of Lilac Bush #9466BE

Color information

#9466BE (or 0x9466BE) is unknown color: approx Lilac Bush. HEX triplet: 94, 66 and BE. RGB value is (148,102,190). Sum of RGB (Red+Green+Blue) = 148+102+190=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #9466BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466BE is #6B9941. Grayscale: #7D7D7D. Windows color (decimal): -7051586 or 12478100. OLE color: 12478100.

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

Color convert

RGB148102190-
CMYK0.220.4600.25
HSL271.36º40.37%57.25%-
HSV(B)271.36º46.32%74.51%-
XYZ26.2619.5251.1-
YUV125.79164.24143.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=33.64%
G=23.18%
B=43.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481021900.220.4600.25271.3640.3757.25
Hex9466BE162E01910f2839
Octal22414627626560314175071
Binary1001010011001101011111010110101110011001100001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9466BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9466BE; }

 p { color: rgb(148,102,190); }

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

<style>
 a { background-color: #9466BE; }

 a { background-color: rgb(148,102,190); }

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

<style>
 span { border-color: #9466BE; }

 span { border-color: rgb(148,102,190); }

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