#946BBA

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

Shades of Lilac Bush #946BBA

Tints of Lilac Bush #946BBA

Color information

#946BBA (or 0x946BBA) is unknown color: approx Lilac Bush. HEX triplet: 94, 6B and BA. RGB value is (148,107,186). Sum of RGB (Red+Green+Blue) = 148+107+186=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #946BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BBA is #6B9445. Grayscale: #7F7F7F. Windows color (decimal): -7050310 or 12217236. OLE color: 12217236.

HSL color Cylindrical-coordinate representation of color #946BBA: hue angle of 271.14º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #946BBA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148107186-
CMYK0.200.4200.27
HSL271.14º36.41%57.45%-
HSV(B)271.14º42.47%72.94%-
XYZ26.3320.3649-
YUV128.26160.58142.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=33.56%
G=24.26%
B=42.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481071860.200.4200.27271.1436.4157.45
Hex946BBA142A01B10f2439
Octal22415327224520334174471
Binary1001010011010111011101010100101010011011100001111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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