#946ABE

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

Shades of Lilac Bush #946ABE

Tints of Lilac Bush #946ABE

Color information

#946ABE (or 0x946ABE) is unknown color: approx Lilac Bush. HEX triplet: 94, 6A and BE. RGB value is (148,106,190). Sum of RGB (Red+Green+Blue) = 148+106+190=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #946ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ABE is #6B9541. Grayscale: #7F7F7F. Windows color (decimal): -7050562 or 12479124. OLE color: 12479124.

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

Color convert

RGB148106190-
CMYK0.220.4400.25
HSL270º39.25%58.04%-
HSV(B)270º44.21%74.51%-
XYZ26.6620.3251.23-
YUV128.13162.91142.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=33.33%
G=23.87%
B=42.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481061900.220.4400.2527039.2558.04
Hex946ABE162C01910e273a
Octal22415227626540314164772
Binary1001010011010101011111010110101100011001100001110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,106,190); }

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

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

 a { background-color: rgb(148,106,190); }

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

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

 span { border-color: rgb(148,106,190); }

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