#946DCA

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

Shades of Lilac Bush #946DCA

Tints of Lilac Bush #946DCA

Color information

#946DCA (or 0x946DCA) is unknown color: approx Lilac Bush. HEX triplet: 94, 6D and CA. RGB value is (148,109,202). Sum of RGB (Red+Green+Blue) = 148+109+202=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #946DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DCA is #6B9235. Grayscale: #828282. Windows color (decimal): -7049782 or 13266324. OLE color: 13266324.

HSL color Cylindrical-coordinate representation of color #946DCA: hue angle of 265.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #946DCA is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148109202-
CMYK0.270.4600.21
HSL265.16º46.73%60.98%-
HSV(B)265.16º46.04%79.22%-
XYZ28.3421.558.53-
YUV131.26167.92139.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=32.24%
G=23.75%
B=44.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481092020.270.4600.21265.1646.7360.98
Hex946DCA1B2E0151092f3d
Octal22415531233560254115775
Binary1001010011011011100101011011101110010101100001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,109,202); }

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

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

 a { background-color: rgb(148,109,202); }

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

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

 span { border-color: rgb(148,109,202); }

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