Html Css Color HEX #9170BA Lilac Bush

📋 copy color: '#9170BA'

red 145 ◦ green 112 ◦ blue 186

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

Shades of Lilac Bush #9170BA

Tints of Lilac Bush #9170BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 32.73%
G = 25.28%
B = 41.99%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9170BA (or 0x9170BA) is known color: Lilac Bush. HEX triplet: 91, 70 and BA. RGB value is (145,112,186). Sum of RGB (Red+Green+Blue) = 145+112+186=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #9170BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9170BA is #6E8F45. Grayscale: #828282. Windows color (decimal): -7245638 or 12218513. OLE color: 12218513.

HSL color Cylindrical-coordinate representation of color #9170BA: hue angle of 266.76º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9170BA is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 112 186 -
CMYK 0.22 0.40 0 0.27
HSL 266.76º 0.35% 0.58% -
HSV(B) 266.76º 0.4% 0.73% -
XYZ 26.33 21.15 49.15 -
YUV 130.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 145 112 186 0.22 0.40 0 0.27 266.76 0.35 0.58
Hex 91 70 BA 16 28 0 1B 10B 23 3A
Octal 221 160 272 26 50 0 33 413 43 72
Binary 10010001 1110000 10111010 10110 101000 0 11011 100001011 100011 111010

Color Harmonies of #9170BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9170BA

Black with #9170BA

Text Example


Text Example

White with #9170BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9170BA; }

 p { color: rgb(145,112,186); }

 H1.HeaderClassName
 {
   color: #9170BA;
 }
 .AnyTagClassName
 {
   color: #9170BA;
 }
</style>

background-color css

<style>
 a { background-color: #9170BA; }

 a { background-color: rgb(145,112,186); }

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

border-color css

<style>
 span { border-color: #9170BA; }

 span { border-color: rgb(145,112,186); }

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