#925CAC

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

Shades of Deep Lilac #925CAC

Tints of Deep Lilac #925CAC

Color information

#925CAC (or 0x925CAC) is unknown color: approx Deep Lilac. HEX triplet: 92, 5C and AC. RGB value is (146,92,172). Sum of RGB (Red+Green+Blue) = 146+92+172=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #925CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925CAC is #6DA353. Grayscale: #747474. Windows color (decimal): -7185236 or 11295890. OLE color: 11295890.

HSL color Cylindrical-coordinate representation of color #925CAC: hue angle of 280.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #925CAC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14692172-
CMYK0.150.4700.33
HSL280.5º32.52%51.76%-
HSV(B)280.5º46.51%67.45%-
XYZ23.1316.7441.04-
YUV117.27158.89148.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.61%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=35.61%
G=22.44%
B=41.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146921720.150.4700.33280.532.5251.76
Hex925CACF2F0211182134
Octal22213425417570414304164
Binary1001001010111001010110011111011110100001100011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,92,172); }

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

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

 a { background-color: rgb(146,92,172); }

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

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

 span { border-color: rgb(146,92,172); }

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