#9074BE

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

Shades of Lilac Bush #9074BE

Tints of Lilac Bush #9074BE

Color information

#9074BE (or 0x9074BE) is unknown color: approx Lilac Bush. HEX triplet: 90, 74 and BE. RGB value is (144,116,190). Sum of RGB (Red+Green+Blue) = 144+116+190=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 116 (45.70% from 255 or 25.78% 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 #9074BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9074BE is #6F8B41. Grayscale: #848484. Windows color (decimal): -7310146 or 12481680. OLE color: 12481680.

HSL color Cylindrical-coordinate representation of color #9074BE: hue angle of 262.7º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9074BE is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144116190-
CMYK0.240.3900.25
HSL262.7º36.27%60%-
HSV(B)262.7º38.95%74.51%-
XYZ27.0422.1451.56-
YUV132.81160.28135.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=32%
G=25.78%
B=42.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441161900.240.3900.25262.736.2760
Hex9074BE1827019107243c
Octal22016427630470314074474
Binary1001000011101001011111011000100111011001100000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9074BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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