#9472C2

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

Shades of Lilac Bush #9472C2

Tints of Lilac Bush #9472C2

Color information

#9472C2 (or 0x9472C2) is unknown color: approx Lilac Bush. HEX triplet: 94, 72 and C2. RGB value is (148,114,194). Sum of RGB (Red+Green+Blue) = 148+114+194=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #9472C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472C2 is #6B8D3D. Grayscale: #858585. Windows color (decimal): -7048510 or 12743316. OLE color: 12743316.

HSL color Cylindrical-coordinate representation of color #9472C2: hue angle of 265.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9472C2 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148114194-
CMYK0.240.4100.24
HSL265.5º39.6%60.39%-
HSV(B)265.5º41.24%76.08%-
XYZ27.9722.2353.85-
YUV133.29162.26138.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 194 (76.17% from 255) = 42.54%
R=32.46%
G=25%
B=42.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481141940.240.4100.24265.539.660.39
Hex9472C2182901810a283c
Octal22416230230510304125074
Binary1001010011100101100001011000101001011000100001010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9472C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9472C2; }

 p { color: rgb(148,114,194); }

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

<style>
 a { background-color: #9472C2; }

 a { background-color: rgb(148,114,194); }

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

<style>
 span { border-color: #9472C2; }

 span { border-color: rgb(148,114,194); }

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