#946CCC

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

Shades of Lilac Bush #946CCC

Tints of Lilac Bush #946CCC

Color information

#946CCC (or 0x946CCC) is unknown color: approx Lilac Bush. HEX triplet: 94, 6C and CC. RGB value is (148,108,204). Sum of RGB (Red+Green+Blue) = 148+108+204=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #946CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CCC is #6B9333. Grayscale: #828282. Windows color (decimal): -7050036 or 13397140. OLE color: 13397140.

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

Color convert

RGB148108204-
CMYK0.270.4700.2
HSL265º48.48%61.18%-
HSV(B)265º47.06%80%-
XYZ28.4721.3859.75-
YUV130.9169.25140.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 108 (42.58% from 255) = 23.48%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=32.17%
G=23.48%
B=44.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481082040.270.4700.226548.4861.18
Hex946CCC1B2F014109303d
Octal22415431433570244116075
Binary1001010011011001100110011011101111010100100001001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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