#946FCC

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

Shades of Lilac Bush #946FCC

Tints of Lilac Bush #946FCC

Color information

#946FCC (or 0x946FCC) is unknown color: approx Lilac Bush. HEX triplet: 94, 6F and CC. RGB value is (148,111,204). Sum of RGB (Red+Green+Blue) = 148+111+204=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #946FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FCC is #6B9033. Grayscale: #848484. Windows color (decimal): -7049268 or 13397908. OLE color: 13397908.

HSL color Cylindrical-coordinate representation of color #946FCC: hue angle of 263.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #946FCC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148111204-
CMYK0.270.4600.2
HSL263.87º47.69%61.76%-
HSV(B)263.87º45.59%80%-
XYZ28.822.0259.86-
YUV132.66168.26138.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=31.97%
G=23.97%
B=44.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481112040.270.4600.2263.8747.6961.76
Hex946FCC1B2E014108303e
Octal22415731433560244106076
Binary1001010011011111100110011011101110010100100001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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