#946BCC

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

Shades of Lilac Bush #946BCC

Tints of Lilac Bush #946BCC

Color information

#946BCC (or 0x946BCC) is unknown color: approx Lilac Bush. HEX triplet: 94, 6B and CC. RGB value is (148,107,204). Sum of RGB (Red+Green+Blue) = 148+107+204=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #946BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BCC is #6B9433. Grayscale: #818181. Windows color (decimal): -7050292 or 13396884. OLE color: 13396884.

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

Color convert

RGB148107204-
CMYK0.270.4800.2
HSL265.36º48.74%60.98%-
HSV(B)265.36º47.55%80%-
XYZ28.3721.1759.72-
YUV130.32169.58140.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=32.24%
G=23.31%
B=44.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481072040.270.4800.2265.3648.7460.98
Hex946BCC1B30014109313d
Octal22415331433600244116175
Binary1001010011010111100110011011110000010100100001001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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