#9472BE

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

Shades of Lilac Bush #9472BE

Tints of Lilac Bush #9472BE

Color information

#9472BE (or 0x9472BE) is unknown color: approx Lilac Bush. HEX triplet: 94, 72 and BE. RGB value is (148,114,190). Sum of RGB (Red+Green+Blue) = 148+114+190=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #9472BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472BE is #6B8D41. Grayscale: #848484. Windows color (decimal): -7048514 or 12481172. OLE color: 12481172.

HSL color Cylindrical-coordinate representation of color #9472BE: hue angle of 266.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9472BE is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148114190-
CMYK0.220.4000.25
HSL266.84º36.89%59.61%-
HSV(B)266.84º40%74.51%-
XYZ27.5222.0551.52-
YUV132.83160.26138.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=32.74%
G=25.22%
B=42.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481141900.220.4000.25266.8436.8959.61
Hex9472BE162801910b253c
Octal22416227626500314134574
Binary1001010011100101011111010110101000011001100001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9472BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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