#9465BA

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

Shades of Lilac Bush #9465BA

Tints of Lilac Bush #9465BA

Color information

#9465BA (or 0x9465BA) is unknown color: approx Lilac Bush. HEX triplet: 94, 65 and BA. RGB value is (148,101,186). Sum of RGB (Red+Green+Blue) = 148+101+186=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #9465BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465BA is #6B9A45. Grayscale: #7C7C7C. Windows color (decimal): -7051846 or 12215700. OLE color: 12215700.

HSL color Cylindrical-coordinate representation of color #9465BA: hue angle of 273.18º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9465BA is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148101186-
CMYK0.200.4600.27
HSL273.18º38.12%56.27%-
HSV(B)273.18º45.7%72.94%-
XYZ25.7319.1548.79-
YUV124.74162.57144.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=34.02%
G=23.22%
B=42.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481011860.200.4600.27273.1838.1256.27
Hex9465BA142E01B1112638
Octal22414527224560334214670
Binary1001010011001011011101010100101110011011100010001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9465BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9465BA; }

 p { color: rgb(148,101,186); }

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

<style>
 a { background-color: #9465BA; }

 a { background-color: rgb(148,101,186); }

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

<style>
 span { border-color: #9465BA; }

 span { border-color: rgb(148,101,186); }

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