#9374BC

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

Shades of Lilac Bush #9374BC

Tints of Lilac Bush #9374BC

Color information

#9374BC (or 0x9374BC) is unknown color: approx Lilac Bush. HEX triplet: 93, 74 and BC. RGB value is (147,116,188). Sum of RGB (Red+Green+Blue) = 147+116+188=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #9374BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9374BC is #6C8B43. Grayscale: #858585. Windows color (decimal): -7113540 or 12350611. OLE color: 12350611.

HSL color Cylindrical-coordinate representation of color #9374BC: hue angle of 265.83º 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 #9374BC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147116188-
CMYK0.220.3800.26
HSL265.83º34.95%59.61%-
HSV(B)265.83º38.3%73.73%-
XYZ27.3622.3250.44-
YUV133.48158.77137.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.59%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=32.59%
G=25.72%
B=41.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471161880.220.3800.26265.8334.9559.61
Hex9374BC162601A10a233c
Octal22316427426460324124374
Binary1001001111101001011110010110100110011010100001010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9374BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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