#946EBD

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

Shades of Lilac Bush #946EBD

Tints of Lilac Bush #946EBD

Color information

#946EBD (or 0x946EBD) is unknown color: approx Lilac Bush. HEX triplet: 94, 6E and BD. RGB value is (148,110,189). Sum of RGB (Red+Green+Blue) = 148+110+189=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #946EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EBD is #6B9142. Grayscale: #828282. Windows color (decimal): -7049539 or 12414612. OLE color: 12414612.

HSL color Cylindrical-coordinate representation of color #946EBD: hue angle of 268.86º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #946EBD is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148110189-
CMYK0.220.4200.26
HSL268.86º37.44%58.63%-
HSV(B)268.86º41.8%74.12%-
XYZ26.9721.1250.8-
YUV130.37161.09140.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=33.11%
G=24.61%
B=42.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481101890.220.4200.26268.8637.4458.63
Hex946EBD162A01A10d253b
Octal22415627526520324154573
Binary1001010011011101011110110110101010011010100001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,110,189); }

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

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

 a { background-color: rgb(148,110,189); }

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

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

 span { border-color: rgb(148,110,189); }

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