#925FAD

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

Shades of Deep Lilac #925FAD

Tints of Deep Lilac #925FAD

Color information

#925FAD (or 0x925FAD) is unknown color: approx Deep Lilac. HEX triplet: 92, 5F and AD. RGB value is (146,95,173). Sum of RGB (Red+Green+Blue) = 146+95+173=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #925FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925FAD is #6DA052. Grayscale: #767676. Windows color (decimal): -7184467 or 11362194. OLE color: 11362194.

HSL color Cylindrical-coordinate representation of color #925FAD: hue angle of 279.23º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925FAD is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14695173-
CMYK0.160.4500.32
HSL279.23º32.23%52.55%-
HSV(B)279.23º45.09%67.84%-
XYZ23.4917.3141.64-
YUV119.14158.4147.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=35.27%
G=22.95%
B=41.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146951730.160.4500.32279.2332.2352.55
Hex925FAD102D0201172035
Octal22213725520550404274065
Binary10010010101111110101101100001011010100000100010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,95,173); }

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

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

 a { background-color: rgb(146,95,173); }

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

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

 span { border-color: rgb(146,95,173); }

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