#9478C3

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

Shades of Lilac Bush #9478C3

Tints of Lilac Bush #9478C3

Color information

#9478C3 (or 0x9478C3) is unknown color: approx Lilac Bush. HEX triplet: 94, 78 and C3. RGB value is (148,120,195). Sum of RGB (Red+Green+Blue) = 148+120+195=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #9478C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478C3 is #6B873C. Grayscale: #888888. Windows color (decimal): -7046973 or 12810388. OLE color: 12810388.

HSL color Cylindrical-coordinate representation of color #9478C3: hue angle of 262.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9478C3 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148120195-
CMYK0.240.3800.24
HSL262.4º38.46%61.76%-
HSV(B)262.4º38.46%76.47%-
XYZ28.7823.6754.68-
YUV136.92160.78135.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 195 (76.56% from 255) = 42.12%
R=31.97%
G=25.92%
B=42.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481201950.240.3800.24262.438.4661.76
Hex9478C31826018106263e
Octal22417030330460304064676
Binary1001010011110001100001111000100110011000100000110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9478C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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