#9476BE

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

Shades of Lilac Bush #9476BE

Tints of Lilac Bush #9476BE

Color information

#9476BE (or 0x9476BE) is unknown color: approx Lilac Bush. HEX triplet: 94, 76 and BE. RGB value is (148,118,190). Sum of RGB (Red+Green+Blue) = 148+118+190=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9476BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476BE is #6B8941. Grayscale: #868686. Windows color (decimal): -7047490 or 12482196. OLE color: 12482196.

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

Color convert

RGB148118190-
CMYK0.220.3800.25
HSL265º35.64%60.39%-
HSV(B)265º37.89%74.51%-
XYZ27.9922.9751.67-
YUV135.18158.94137.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=32.46%
G=25.88%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481181900.220.3800.2526535.6460.39
Hex9476BE1626019109243c
Octal22416627626460314114474
Binary1001010011101101011111010110100110011001100001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9476BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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