#9074BC

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

Shades of Lilac Bush #9074BC

Tints of Lilac Bush #9074BC

Color information

#9074BC (or 0x9074BC) is unknown color: approx Lilac Bush. HEX triplet: 90, 74 and BC. RGB value is (144,116,188). Sum of RGB (Red+Green+Blue) = 144+116+188=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #9074BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9074BC is #6F8B43. Grayscale: #848484. Windows color (decimal): -7310148 or 12350608. OLE color: 12350608.

HSL color Cylindrical-coordinate representation of color #9074BC: hue angle of 263.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9074BC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144116188-
CMYK0.230.3800.26
HSL263.33º34.95%59.61%-
HSV(B)263.33º38.3%73.73%-
XYZ26.8222.0550.42-
YUV132.58159.28136.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.14%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=32.14%
G=25.89%
B=41.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441161880.230.3800.26263.3334.9559.61
Hex9074BC172601A107233c
Octal22016427427460324074374
Binary1001000011101001011110010111100110011010100000111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9074BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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