#9479BF

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

Shades of Lilac Bush #9479BF

Tints of Lilac Bush #9479BF

Color information

#9479BF (or 0x9479BF) is unknown color: approx Lilac Bush. HEX triplet: 94, 79 and BF. RGB value is (148,121,191). Sum of RGB (Red+Green+Blue) = 148+121+191=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #9479BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9479BF is #6B8640. Grayscale: #888888. Windows color (decimal): -7046721 or 12548500. OLE color: 12548500.

HSL color Cylindrical-coordinate representation of color #9479BF: hue angle of 263.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9479BF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148121191-
CMYK0.230.3700.25
HSL263.14º35.35%61.18%-
HSV(B)263.14º36.65%74.9%-
XYZ28.4523.7352.37-
YUV137.05158.45135.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 191 (75% from 255) = 41.52%
R=32.17%
G=26.30%
B=41.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481211910.230.3700.25263.1435.3561.18
Hex9479BF1725019107233d
Octal22417127727450314074375
Binary1001010011110011011111110111100101011001100000111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9479BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9479BF; }

 p { color: rgb(148,121,191); }

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

<style>
 a { background-color: #9479BF; }

 a { background-color: rgb(148,121,191); }

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

<style>
 span { border-color: #9479BF; }

 span { border-color: rgb(148,121,191); }

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