#946BBF

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

Shades of Lilac Bush #946BBF

Tints of Lilac Bush #946BBF

Color information

#946BBF (or 0x946BBF) is unknown color: approx Lilac Bush. HEX triplet: 94, 6B and BF. RGB value is (148,107,191). Sum of RGB (Red+Green+Blue) = 148+107+191=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #946BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BBF is #6B9440. Grayscale: #808080. Windows color (decimal): -7050305 or 12544916. OLE color: 12544916.

HSL color Cylindrical-coordinate representation of color #946BBF: hue angle of 269.29º degrees, saturation: 0.4, 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 #946BBF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148107191-
CMYK0.230.4400.25
HSL269.29º39.62%58.43%-
HSV(B)269.29º43.98%74.9%-
XYZ26.8720.5751.84-
YUV128.83163.08141.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.18%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 191 (75% from 255) = 42.83%
R=33.18%
G=23.99%
B=42.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481071910.230.4400.25269.2939.6258.43
Hex946BBF172C01910d283a
Octal22415327727540314155072
Binary1001010011010111011111110111101100011001100001101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,107,191); }

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

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

 a { background-color: rgb(148,107,191); }

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

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

 span { border-color: rgb(148,107,191); }

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