#9468BA

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

Shades of Lilac Bush #9468BA

Tints of Lilac Bush #9468BA

Color information

#9468BA (or 0x9468BA) is unknown color: approx Lilac Bush. HEX triplet: 94, 68 and BA. RGB value is (148,104,186). Sum of RGB (Red+Green+Blue) = 148+104+186=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #9468BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468BA is #6B9745. Grayscale: #7E7E7E. Windows color (decimal): -7051078 or 12216468. OLE color: 12216468.

HSL color Cylindrical-coordinate representation of color #9468BA: hue angle of 272.2º degrees, saturation: 0.37, 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 #9468BA is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148104186-
CMYK0.200.4400.27
HSL272.2º37.27%56.86%-
HSV(B)272.2º44.09%72.94%-
XYZ26.0319.7448.89-
YUV126.5161.58143.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=33.79%
G=23.74%
B=42.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481041860.200.4400.27272.237.2756.86
Hex9468BA142C01B1102539
Octal22415027224540334204571
Binary1001010011010001011101010100101100011011100010000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9468BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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