#946FC6

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

Shades of Lilac Bush #946FC6

Tints of Lilac Bush #946FC6

Color information

#946FC6 (or 0x946FC6) is unknown color: approx Lilac Bush. HEX triplet: 94, 6F and C6. RGB value is (148,111,198). Sum of RGB (Red+Green+Blue) = 148+111+198=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #946FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FC6 is #6B9039. Grayscale: #838383. Windows color (decimal): -7049274 or 13004692. OLE color: 13004692.

HSL color Cylindrical-coordinate representation of color #946FC6: hue angle of 265.52º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #946FC6 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148111198-
CMYK0.250.4400.22
HSL265.52º43.28%60.59%-
HSV(B)265.52º43.94%77.65%-
XYZ28.0921.7456.14-
YUV131.98165.26139.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.39%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 198 (77.73% from 255) = 43.33%
R=32.39%
G=24.29%
B=43.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481111980.250.4400.22265.5243.2860.59
Hex946FC6192C01610a2b3d
Octal22415730631540264125375
Binary1001010011011111100011011001101100010110100001010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946FC6; }

 p { color: rgb(148,111,198); }

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

<style>
 a { background-color: #946FC6; }

 a { background-color: rgb(148,111,198); }

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

<style>
 span { border-color: #946FC6; }

 span { border-color: rgb(148,111,198); }

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