#946CBF

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

Shades of Lilac Bush #946CBF

Tints of Lilac Bush #946CBF

Color information

#946CBF (or 0x946CBF) is unknown color: approx Lilac Bush. HEX triplet: 94, 6C and BF. RGB value is (148,108,191). Sum of RGB (Red+Green+Blue) = 148+108+191=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #946CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CBF is #6B9340. Grayscale: #818181. Windows color (decimal): -7050049 or 12545172. OLE color: 12545172.

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

Color convert

RGB148108191-
CMYK0.230.4300.25
HSL268.92º39.34%58.63%-
HSV(B)268.92º43.46%74.9%-
XYZ26.9820.7851.88-
YUV129.42162.75141.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 191 (75% from 255) = 42.73%
R=33.11%
G=24.16%
B=42.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481081910.230.4300.25268.9239.3458.63
Hex946CBF172B01910d273b
Octal22415427727530314154773
Binary1001010011011001011111110111101011011001100001101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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