#925DBA

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

Shades of Deep Lilac #925DBA

Tints of Deep Lilac #925DBA

Color information

#925DBA (or 0x925DBA) is unknown color: approx Deep Lilac. HEX triplet: 92, 5D and BA. RGB value is (146,93,186). Sum of RGB (Red+Green+Blue) = 146+93+186=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #925DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DBA is #6DA245. Grayscale: #777777. Windows color (decimal): -7184966 or 12213650. OLE color: 12213650.

HSL color Cylindrical-coordinate representation of color #925DBA: hue angle of 274.19º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #925DBA is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14693186-
CMYK0.220.500.27
HSL274.19º40.26%54.71%-
HSV(B)274.19º50%72.94%-
XYZ24.6317.4848.53-
YUV119.45165.56146.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=34.35%
G=21.88%
B=43.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146931860.220.500.27274.1940.2654.71
Hex925DBA163201B1122837
Octal22213527226620334225067
Binary1001001010111011011101010110110010011011100010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,93,186); }

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

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

 a { background-color: rgb(146,93,186); }

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

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

 span { border-color: rgb(146,93,186); }

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