#9478BF

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

Shades of Lilac Bush #9478BF

Tints of Lilac Bush #9478BF

Color information

#9478BF (or 0x9478BF) is unknown color: approx Lilac Bush. HEX triplet: 94, 78 and BF. RGB value is (148,120,191). Sum of RGB (Red+Green+Blue) = 148+120+191=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #9478BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478BF is #6B8740. Grayscale: #888888. Windows color (decimal): -7046977 or 12548244. OLE color: 12548244.

HSL color Cylindrical-coordinate representation of color #9478BF: hue angle of 263.66º degrees, saturation: 0.36, 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 #9478BF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148120191-
CMYK0.230.3700.25
HSL263.66º35.68%60.98%-
HSV(B)263.66º37.17%74.9%-
XYZ28.3323.4952.33-
YUV136.47158.78136.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 191 (75% from 255) = 41.61%
R=32.24%
G=26.14%
B=41.61%

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
Decimal1481201910.230.3700.25263.6635.6860.98
Hex9478BF1725019108243d
Octal22417027727450314104475
Binary1001010011110001011111110111100101011001100001000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9478BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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