#925BAF

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

Shades of Deep Lilac #925BAF

Tints of Deep Lilac #925BAF

Color information

#925BAF (or 0x925BAF) is unknown color: approx Deep Lilac. HEX triplet: 92, 5B and AF. RGB value is (146,91,175). Sum of RGB (Red+Green+Blue) = 146+91+175=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #925BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925BAF is #6DA450. Grayscale: #747474. Windows color (decimal): -7185489 or 11492242. OLE color: 11492242.

HSL color Cylindrical-coordinate representation of color #925BAF: hue angle of 279.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #925BAF is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14691175-
CMYK0.170.4800.31
HSL279.29º34.43%52.16%-
HSV(B)279.29º48%68.63%-
XYZ23.3316.6942.55-
YUV117.02160.72148.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=35.44%
G=22.09%
B=42.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146911750.170.4800.31279.2934.4352.16
Hex925BAF113001F1172234
Octal22213325721600374274264
Binary1001001010110111010111110001110000011111100010111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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