Html Css Color HEX #9176BD Lilac Bush

📋 copy color: '#9176BD'

red 145 ◦ green 118 ◦ blue 189

#9176BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #9176BD

Tints of Lilac Bush #9176BD

RGB

 RED value IS 145 (57.03% from 255) = 32.08%

 GREEN value IS 118 (46.48% from 255) = 26.11%

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 32.08%
G = 26.11%
B = 41.81%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9176BD (or 0x9176BD) is known color: Lilac Bush. HEX triplet: 91, 76 and BD. RGB value is (145,118,189). Sum of RGB (Red+Green+Blue) = 145+118+189=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #9176BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176BD is #6E8942. Grayscale: #858585. Windows color (decimal): -7244099 or 12416657. OLE color: 12416657.

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

Color convert

RGB 145 118 189 -
CMYK 0.23 0.38 0 0.26
HSL 262.82º 0.35% 0.6% -
HSV(B) 262.82º 0.38% 0.74% -
XYZ 27.34 22.65 51.08 -
YUV 134.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 145 118 189 0.23 0.38 0 0.26 262.82 0.35 0.6
Hex 91 76 BD 17 26 0 1A 107 23 3C
Octal 221 166 275 27 46 0 32 407 43 74
Binary 10010001 1110110 10111101 10111 100110 0 11010 100000111 100011 111100

Color Harmonies of #9176BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9176BD

Black with #9176BD

Text Example


Text Example

White with #9176BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9176BD;
 }
 .AnyTagClassName
 {
   color: #9176BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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