#9479C1

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

Shades of Lilac Bush #9479C1

Tints of Lilac Bush #9479C1

Color information

#9479C1 (or 0x9479C1) is unknown color: approx Lilac Bush. HEX triplet: 94, 79 and C1. RGB value is (148,121,193). Sum of RGB (Red+Green+Blue) = 148+121+193=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #9479C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9479C1 is #6B863E. Grayscale: #898989. Windows color (decimal): -7046719 or 12679572. OLE color: 12679572.

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

Color convert

RGB148121193-
CMYK0.230.3700.24
HSL262.5º36.73%61.57%-
HSV(B)262.5º37.31%75.69%-
XYZ28.6823.8253.54-
YUV137.28159.45135.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=32.03%
G=26.19%
B=41.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481211930.230.3700.24262.536.7361.57
Hex9479C11725018106253e
Octal22417130127450304064576
Binary1001010011110011100000110111100101011000100000110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9479C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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