#9071BE

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

Shades of Lilac Bush #9071BE

Tints of Lilac Bush #9071BE

Color information

#9071BE (or 0x9071BE) is unknown color: approx Lilac Bush. HEX triplet: 90, 71 and BE. RGB value is (144,113,190). Sum of RGB (Red+Green+Blue) = 144+113+190=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #9071BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9071BE is #6F8E41. Grayscale: #828282. Windows color (decimal): -7310914 or 12480912. OLE color: 12480912.

HSL color Cylindrical-coordinate representation of color #9071BE: hue angle of 264.16º degrees, saturation: 0.37, 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 #9071BE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144113190-
CMYK0.240.4100.25
HSL264.16º37.2%59.41%-
HSV(B)264.16º40.53%74.51%-
XYZ26.721.4651.45-
YUV131.05161.27137.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.21%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=32.21%
G=25.28%
B=42.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441131900.240.4100.25264.1637.259.41
Hex9071BE1829019108253b
Octal22016127630510314104573
Binary1001000011100011011111011000101001011001100001000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9071BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,113,190); }

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

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

 a { background-color: rgb(144,113,190); }

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

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

 span { border-color: rgb(144,113,190); }

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