#947AC1

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

Shades of Lilac Bush #947AC1

Tints of Lilac Bush #947AC1

Color information

#947AC1 (or 0x947AC1) is unknown color: approx Lilac Bush. HEX triplet: 94, 7A and C1. RGB value is (148,122,193). Sum of RGB (Red+Green+Blue) = 148+122+193=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #947AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AC1 is #6B853E. Grayscale: #898989. Windows color (decimal): -7046463 or 12679828. OLE color: 12679828.

HSL color Cylindrical-coordinate representation of color #947AC1: hue angle of 261.97º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #947AC1 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148122193-
CMYK0.230.3700.24
HSL261.97º36.41%61.76%-
HSV(B)261.97º36.79%75.69%-
XYZ28.824.0753.58-
YUV137.87159.11135.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=31.97%
G=26.35%
B=41.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481221930.230.3700.24261.9736.4161.76
Hex947AC11725018106243e
Octal22417230127450304064476
Binary1001010011110101100000110111100101011000100000110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947AC1; }

 p { color: rgb(148,122,193); }

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

<style>
 a { background-color: #947AC1; }

 a { background-color: rgb(148,122,193); }

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

<style>
 span { border-color: #947AC1; }

 span { border-color: rgb(148,122,193); }

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