#9157BE

Color #9157BE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9157BE

Tints of Deep Lilac #9157BE

Color information

#9157BE (or 0x9157BE) is unknown color: approx Deep Lilac. HEX triplet: 91, 57 and BE. RGB value is (145,87,190). Sum of RGB (Red+Green+Blue) = 145+87+190=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #9157BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9157BE is #6EA841. Grayscale: #737373. Windows color (decimal): -7252034 or 12474257. OLE color: 12474257.

HSL color Cylindrical-coordinate representation of color #9157BE: hue angle of 273.79º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9157BE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14587190-
CMYK0.240.5400.25
HSL273.79º44.21%54.31%-
HSV(B)273.79º54.21%74.51%-
XYZ24.3816.5550.63-
YUV116.08169.72148.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=34.36%
G=20.62%
B=45.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145871900.240.5400.25273.7944.2154.31
Hex9157BE18360191122c36
Octal22112727630660314225466
Binary1001000110101111011111011000110110011001100010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9157BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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