#946CC6

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

Shades of Lilac Bush #946CC6

Tints of Lilac Bush #946CC6

Color information

#946CC6 (or 0x946CC6) is unknown color: approx Lilac Bush. HEX triplet: 94, 6C and C6. RGB value is (148,108,198). Sum of RGB (Red+Green+Blue) = 148+108+198=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #946CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CC6 is #6B9339. Grayscale: #818181. Windows color (decimal): -7050042 or 13003924. OLE color: 13003924.

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

Color convert

RGB148108198-
CMYK0.250.4500.22
HSL266.67º44.12%60%-
HSV(B)266.67º45.45%77.65%-
XYZ27.7721.156.03-
YUV130.22166.25140.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 198 (77.73% from 255) = 43.61%
R=32.60%
G=23.79%
B=43.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481081980.250.4500.22266.6744.1260
Hex946CC6192D01610b2c3c
Octal22415430631550264135474
Binary1001010011011001100011011001101101010110100001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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