Html Css Color HEX #9157A7 Deep Lilac

📋 copy color: '#9157A7'

red 145 ◦ green 87 ◦ blue 167

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

Shades of Deep Lilac #9157A7

Tints of Deep Lilac #9157A7

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.8%

 BLUE value IS 167 (65.63% from 255) = 41.85%

R = 36.34%
G = 21.8%
B = 41.85%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9157A7 (or 0x9157A7) is known color: Deep Lilac. HEX triplet: 91, 57 and A7. RGB value is (145,87,167). Sum of RGB (Red+Green+Blue) = 145+87+167=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 167 - color contains mainly: blue. Hex color #9157A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9157A7 is #6EA858. Grayscale: #717171. Windows color (decimal): -7252057 or 10966929. OLE color: 10966929.

HSL color Cylindrical-coordinate representation of color #9157A7: hue angle of 283.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9157A7 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 145 87 167 -
CMYK 0.13 0.48 0 0.35
HSL 283.5º 0.31% 0.5% -
HSV(B) 283.5º 0.48% 0.65% -
XYZ 22.06 15.63 38.41 -
YUV 113.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 145 87 167 0.13 0.48 0 0.35 283.5 0.31 0.5
Hex 91 57 A7 D 30 0 23 11C 1F 32
Octal 221 127 247 15 60 0 43 434 37 62
Binary 10010001 1010111 10100111 1101 110000 0 100011 100011100 11111 110010

Color Harmonies of #9157A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9157A7

Black with #9157A7

Text Example


Text Example

White with #9157A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9157A7; }

 p { color: rgb(145,87,167); }

 H1.HeaderClassName
 {
   color: #9157A7;
 }
 .AnyTagClassName
 {
   color: #9157A7;
 }
</style>

background-color css

<style>
 a { background-color: #9157A7; }

 a { background-color: rgb(145,87,167); }

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

border-color css

<style>
 span { border-color: #9157A7; }

 span { border-color: rgb(145,87,167); }

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