#925ABF

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

Shades of Deep Lilac #925ABF

Tints of Deep Lilac #925ABF

Color information

#925ABF (or 0x925ABF) is unknown color: approx Deep Lilac. HEX triplet: 92, 5A and BF. RGB value is (146,90,191). Sum of RGB (Red+Green+Blue) = 146+90+191=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #925ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ABF is #6DA540. Grayscale: #757575. Windows color (decimal): -7185729 or 12540562. OLE color: 12540562.

HSL color Cylindrical-coordinate representation of color #925ABF: hue angle of 273.27º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #925ABF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14690191-
CMYK0.240.5300.25
HSL273.27º44.1%55.1%-
HSV(B)273.27º52.88%74.9%-
XYZ24.9117.1851.29-
YUV118.26169.05147.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 191 (75% from 255) = 44.73%
R=34.19%
G=21.08%
B=44.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146901910.240.5300.25273.2744.155.1
Hex925ABF18350191112c37
Octal22213227730650314215467
Binary1001001010110101011111111000110101011001100010001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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