#925BA9

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

Shades of Deep Lilac #925BA9

Tints of Deep Lilac #925BA9

Color information

#925BA9 (or 0x925BA9) is unknown color: approx Deep Lilac. HEX triplet: 92, 5B and A9. RGB value is (146,91,169). Sum of RGB (Red+Green+Blue) = 146+91+169=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 169 - color contains mainly: blue. Hex color #925BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925BA9 is #6DA456. Grayscale: #747474. Windows color (decimal): -7185495 or 11099026. OLE color: 11099026.

HSL color Cylindrical-coordinate representation of color #925BA9: hue angle of 282.31º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #925BA9 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14691169-
CMYK0.140.4600.34
HSL282.31º31.2%50.98%-
HSV(B)282.31º46.15%66.27%-
XYZ22.7616.4639.51-
YUV116.34157.72149.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 169 (66.41% from 255) = 41.63%
R=35.96%
G=22.41%
B=41.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal146911690.140.4600.34282.3131.250.98
Hex925BA9E2E02211a1f33
Octal22213325116560424323763
Binary100100101011011101010011110101110010001010001101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,91,169); }

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

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

 a { background-color: rgb(146,91,169); }

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

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

 span { border-color: rgb(146,91,169); }

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