#9476BF

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

Shades of Lilac Bush #9476BF

Tints of Lilac Bush #9476BF

Color information

#9476BF (or 0x9476BF) is unknown color: approx Lilac Bush. HEX triplet: 94, 76 and BF. RGB value is (148,118,191). Sum of RGB (Red+Green+Blue) = 148+118+191=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #9476BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476BF is #6B8940. Grayscale: #878787. Windows color (decimal): -7047489 or 12547732. OLE color: 12547732.

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

Color convert

RGB148118191-
CMYK0.230.3800.25
HSL264.66º36.32%60.59%-
HSV(B)264.66º38.22%74.9%-
XYZ28.123.0152.25-
YUV135.29159.44137.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.39%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 191 (75% from 255) = 41.79%
R=32.39%
G=25.82%
B=41.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481181910.230.3800.25264.6636.3260.59
Hex9476BF1726019109243d
Octal22416627727460314114475
Binary1001010011101101011111110111100110011001100001001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9476BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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