#925ABD

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

Shades of Deep Lilac #925ABD

Tints of Deep Lilac #925ABD

Color information

#925ABD (or 0x925ABD) is unknown color: approx Deep Lilac. HEX triplet: 92, 5A and BD. RGB value is (146,90,189). Sum of RGB (Red+Green+Blue) = 146+90+189=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #925ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ABD is #6DA542. Grayscale: #757575. Windows color (decimal): -7185731 or 12409490. OLE color: 12409490.

HSL color Cylindrical-coordinate representation of color #925ABD: hue angle of 273.94º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #925ABD is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14690189-
CMYK0.230.5200.26
HSL273.94º42.86%54.71%-
HSV(B)273.94º52.38%74.12%-
XYZ24.717.150.14-
YUV118.03168.05147.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=34.35%
G=21.18%
B=44.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146901890.230.5200.26273.9442.8654.71
Hex925ABD173401A1122b37
Octal22213227527640324225367
Binary1001001010110101011110110111110100011010100010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,90,189); }

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

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

 a { background-color: rgb(146,90,189); }

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

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

 span { border-color: rgb(146,90,189); }

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