#9470BE

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

Shades of Lilac Bush #9470BE

Tints of Lilac Bush #9470BE

Color information

#9470BE (or 0x9470BE) is unknown color: approx Lilac Bush. HEX triplet: 94, 70 and BE. RGB value is (148,112,190). Sum of RGB (Red+Green+Blue) = 148+112+190=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #9470BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470BE is #6B8F41. Grayscale: #838383. Windows color (decimal): -7049026 or 12480660. OLE color: 12480660.

HSL color Cylindrical-coordinate representation of color #9470BE: hue angle of 267.69º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9470BE is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148112190-
CMYK0.220.4100.25
HSL267.69º37.5%59.22%-
HSV(B)267.69º41.05%74.51%-
XYZ27.321.651.45-
YUV131.66160.93139.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=32.89%
G=24.89%
B=42.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481121900.220.4100.25267.6937.559.22
Hex9470BE162901910c263b
Octal22416027626510314144673
Binary1001010011100001011111010110101001011001100001100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9470BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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