#925EAB

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

Shades of Deep Lilac #925EAB

Tints of Deep Lilac #925EAB

Color information

#925EAB (or 0x925EAB) is unknown color: approx Deep Lilac. HEX triplet: 92, 5E and AB. RGB value is (146,94,171). Sum of RGB (Red+Green+Blue) = 146+94+171=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #925EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925EAB is #6DA154. Grayscale: #767676. Windows color (decimal): -7184725 or 11230866. OLE color: 11230866.

HSL color Cylindrical-coordinate representation of color #925EAB: hue angle of 280.52º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925EAB is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14694171-
CMYK0.150.4500.33
HSL280.52º31.43%51.96%-
HSV(B)280.52º45.03%67.06%-
XYZ23.2117.0640.6-
YUV118.33157.73147.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=35.52%
G=22.87%
B=41.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146941710.150.4500.33280.5231.4351.96
Hex925EABF2D0211191f34
Octal22213625317550414313764
Binary100100101011110101010111111101101010000110001100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925EAB; }

 p { color: rgb(146,94,171); }

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

<style>
 a { background-color: #925EAB; }

 a { background-color: rgb(146,94,171); }

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

<style>
 span { border-color: #925EAB; }

 span { border-color: rgb(146,94,171); }

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