#925DAA

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

Shades of Deep Lilac #925DAA

Tints of Deep Lilac #925DAA

Color information

#925DAA (or 0x925DAA) is unknown color: approx Deep Lilac. HEX triplet: 92, 5D and AA. RGB value is (146,93,170). Sum of RGB (Red+Green+Blue) = 146+93+170=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #925DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925DAA is #6DA255. Grayscale: #757575. Windows color (decimal): -7184982 or 11165074. OLE color: 11165074.

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

Color convert

RGB14693170-
CMYK0.140.4500.33
HSL281.3º31.17%51.57%-
HSV(B)281.3º45.29%66.67%-
XYZ23.0216.8440.07-
YUV117.62157.56148.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.70%
GREEN value IS 93 (36.72% from 255) = 22.74%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=35.70%
G=22.74%
B=41.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146931700.140.4500.33281.331.1751.57
Hex925DAAE2D0211191f34
Octal22213525216550414313764
Binary100100101011101101010101110101101010000110001100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,93,170); }

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

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

 a { background-color: rgb(146,93,170); }

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

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

 span { border-color: rgb(146,93,170); }

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