#9376BD

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

Shades of Lilac Bush #9376BD

Tints of Lilac Bush #9376BD

Color information

#9376BD (or 0x9376BD) is unknown color: approx Lilac Bush. HEX triplet: 93, 76 and BD. RGB value is (147,118,189). Sum of RGB (Red+Green+Blue) = 147+118+189=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #9376BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376BD is #6C8942. Grayscale: #868686. Windows color (decimal): -7113027 or 12416659. OLE color: 12416659.

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

Color convert

RGB147118189-
CMYK0.220.3800.26
HSL264.51º34.98%60.2%-
HSV(B)264.51º37.57%74.12%-
XYZ27.722.8351.09-
YUV134.76158.61136.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.38%
GREEN value IS 118 (46.48% from 255) = 25.99%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=32.38%
G=25.99%
B=41.63%

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
Decimal1471181890.220.3800.26264.5134.9860.2
Hex9376BD162601A109233c
Octal22316627526460324114374
Binary1001001111101101011110110110100110011010100001001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9376BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9376BD; }

 p { color: rgb(147,118,189); }

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

<style>
 a { background-color: #9376BD; }

 a { background-color: rgb(147,118,189); }

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

<style>
 span { border-color: #9376BD; }

 span { border-color: rgb(147,118,189); }

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