#946FCE

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

Shades of Lilac Bush #946FCE

Tints of Lilac Bush #946FCE

Color information

#946FCE (or 0x946FCE) is unknown color: approx Lilac Bush. HEX triplet: 94, 6F and CE. RGB value is (148,111,206). Sum of RGB (Red+Green+Blue) = 148+111+206=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #946FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FCE is #6B9031. Grayscale: #848484. Windows color (decimal): -7049266 or 13528980. OLE color: 13528980.

HSL color Cylindrical-coordinate representation of color #946FCE: hue angle of 263.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #946FCE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148111206-
CMYK0.280.4600.19
HSL263.37º49.22%62.16%-
HSV(B)263.37º46.12%80.78%-
XYZ29.0422.1261.13-
YUV132.89169.26138.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=31.83%
G=23.87%
B=44.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481112060.280.4600.19263.3749.2262.16
Hex946FCE1C2E013107313e
Octal22415731634560234076176
Binary1001010011011111100111011100101110010011100000111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,111,206); }

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

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

 a { background-color: rgb(148,111,206); }

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

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

 span { border-color: rgb(148,111,206); }

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