#925EAC

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

Shades of Deep Lilac #925EAC

Tints of Deep Lilac #925EAC

Color information

#925EAC (or 0x925EAC) is unknown color: approx Deep Lilac. HEX triplet: 92, 5E and AC. RGB value is (146,94,172). Sum of RGB (Red+Green+Blue) = 146+94+172=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #925EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925EAC is #6DA153. Grayscale: #767676. Windows color (decimal): -7184724 or 11296402. OLE color: 11296402.

HSL color Cylindrical-coordinate representation of color #925EAC: hue angle of 280º degrees, saturation: 0.32, 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 #925EAC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14694172-
CMYK0.150.4500.33
HSL280º31.97%52.16%-
HSV(B)280º45.35%67.45%-
XYZ23.317.0941.1-
YUV118.44158.23147.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=35.44%
G=22.82%
B=41.75%

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
Decimal146941720.150.4500.3328031.9752.16
Hex925EACF2D0211182034
Octal22213625417550414304064
Binary1001001010111101010110011111011010100001100011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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