#925BAA

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

Shades of Deep Lilac #925BAA

Tints of Deep Lilac #925BAA

Color information

#925BAA (or 0x925BAA) is unknown color: approx Deep Lilac. HEX triplet: 92, 5B and AA. RGB value is (146,91,170). Sum of RGB (Red+Green+Blue) = 146+91+170=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #925BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925BAA is #6DA455. Grayscale: #747474. Windows color (decimal): -7185494 or 11164562. OLE color: 11164562.

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

Color convert

RGB14691170-
CMYK0.140.4600.33
HSL281.77º31.73%51.18%-
HSV(B)281.77º46.47%66.67%-
XYZ22.8516.540.01-
YUV116.45158.22149.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=35.87%
G=22.36%
B=41.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146911700.140.4600.33281.7731.7351.18
Hex925BAAE2E02111a2033
Octal22213325216560414324063
Binary1001001010110111010101011101011100100001100011010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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